<?php
namespace Safe\Exceptions;

class MsqlException extends AbstractSafeException
{
}
