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

5 lines
103 B
PHP

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