mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-10 21:42:17 +00:00
085f98cf08
- Better php7 support. - Added easier way to debug router. - Improvements and bugfixes. - Updated documentation.
8 lines
105 B
PHP
8 lines
105 B
PHP
<?php
|
|
|
|
namespace Pecee\Exceptions;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException
|
|
{
|
|
|
|
} |