4 lines
105 B
PHP
4 lines
105 B
PHP
<?php namespace Phroute\Phroute\Exception;
|
|
|
|
class HttpMethodNotAllowedException extends HttpException {}
|