web/lib/Exceptions/SeException.php
2022-03-20 17:46:47 -05:00

5 lines
66 B
PHP

<?
namespace Exceptions;
class SeException extends \Exception{
}