<?php
namespace Safe\Exceptions;

class MssqlException extends AbstractSafeException
{
}
