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

5 lines
70 B
PHP

<?
namespace Exceptions;
class NoopException extends AppException{
}