Atlas/src/Exception/RouteNotFoundException.php
Funky Waddle 30f84a5023 refactor: restructure into proper directory hierarchy
- Move Config class to src/Config/Config.php
- Move exception classes to src/Exception/
- Move Router components to src/Router/
- Update test files with proper namespace references
2026-02-13 17:26:31 -06:00

7 lines
93 B
PHP

<?php
namespace Atlas\Exception;
class RouteNotFoundException extends \RuntimeException
{
}