This commit is contained in:
lubiana 2022-04-14 07:48:16 +02:00 committed by Andre Lubian
parent ececd7dcb5
commit 00c31259f8
595 changed files with 0 additions and 49207 deletions

View file

@ -1,9 +0,0 @@
<?php declare(strict_types=1);
namespace Lubian\NoFramework\Exception;
use Exception;
final class InternalServerError extends Exception
{
}

View file

@ -1,9 +0,0 @@
<?php declare(strict_types=1);
namespace Lubian\NoFramework\Exception;
use Exception;
final class MethodNotAllowed extends Exception
{
}

View file

@ -1,9 +0,0 @@
<?php declare(strict_types=1);
namespace Lubian\NoFramework\Exception;
use Exception;
final class NotFound extends Exception
{
}