add BadRequestException class

This commit is contained in:
Yisroel Baum 2026-04-19 23:09:08 +03:00
parent 189493b045
commit 6c1ecc8b38
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -0,0 +1,7 @@
<?php
namespace App\Exceptions;
class BadRequestException extends \RuntimeException
{
}