<?php
namespace Safe\Exceptions;

class MysqliException extends AbstractSafeException
{
}
