igmf/vendor/craft-group/phroute/src/Phroute/Exception/HttpMethodNotAllowedException.php
2024-07-03 14:41:15 +03:00

4 lines
105 B
PHP

<?php namespace Phroute\Phroute\Exception;
class HttpMethodNotAllowedException extends HttpException {}