mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
fc4fd0edf1
- Somehow the ExceptionHandling functionality never really get implemented and/or got lost in translation, it's back whup! - Added some basic tests for Middleware + routing.
2 lines
59 B
PHP
2 lines
59 B
PHP
<?php
|
|
class MiddlewareLoadedException extends \Exception {} |