web/lib/Exceptions/AppException.php
2023-07-14 09:36:10 -05:00

5 lines
67 B
PHP

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