web/lib/Exceptions/HttpMethodNotAllowedException.php
2024-05-11 21:51:06 -05:00

5 lines
86 B
PHP

<?
namespace Exceptions;
class HttpMethodNotAllowedException extends AppException{
}