This website requires JavaScript.
Explore
Help
Sign In
getphred
/
Atlas
Watch
1
Star
0
Fork
You've already forked Atlas
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
30f84a5023
Atlas
/
src
/
Exception
/
RouteNotFoundException.php
7 lines
93 B
PHP
Raw
Normal View
History
Unescape
Escape
feat: implement milestone 1 - foundation and core architecture - Define Route and RouteDefinition classes with SRP focus - Implement Router class with Inversion of Control (DI for config) - Create Config object for handling modules_path, routes_file, and modules_glob - Implement MissingConfigurationException - Setup basic PHPUnit suite with comprehensive tests All tests passing: 11 tests, 24 assertions Closes milestone 1 from MILESTONES.md
2026-02-13 21:07:59 +00:00
<
?
php
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 23:26:31 +00:00
namespace
Atlas\Exception
;
feat: implement milestone 1 - foundation and core architecture - Define Route and RouteDefinition classes with SRP focus - Implement Router class with Inversion of Control (DI for config) - Create Config object for handling modules_path, routes_file, and modules_glob - Implement MissingConfigurationException - Setup basic PHPUnit suite with comprehensive tests All tests passing: 11 tests, 24 assertions Closes milestone 1 from MILESTONES.md
2026-02-13 21:07:59 +00:00
class
RouteNotFoundException
extends
\RuntimeException
{
}
Reference in a new issue
Copy permalink