mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-10 22:02:12 +00:00
10 lines
107 B
PHP
10 lines
107 B
PHP
<?php
|
|
|
|
namespace Pecee\Http\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class MalformedUrlException extends Exception
|
|
{
|
|
|
|
} |