|
@@ -17,6 +17,8 @@ namespace Symfony\Component\Routing\Exception;
|
|
* This exception should trigger an HTTP 405 response in your application code.
|
|
* This exception should trigger an HTTP 405 response in your application code.
|
|
*
|
|
*
|
|
* @author Kris Wallsmith <kris@symfony.com>
|
|
* @author Kris Wallsmith <kris@symfony.com>
|
|
|
|
+ *
|
|
|
|
+ * @api
|
|
*/
|
|
*/
|
|
class MethodNotAllowedException extends \RuntimeException implements ExceptionInterface
|
|
class MethodNotAllowedException extends \RuntimeException implements ExceptionInterface
|
|
{
|
|
{
|