<?php
namespace Safe\Exceptions;

class MysqlException extends AbstractSafeException
{
}
