1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/objects/simple-php-router/src/Pecee/Http/Exceptions/MalformedUrlException.php
2018-06-06 03:29:44 +02:00

8 lines
No EOL
92 B
PHP

<?php
namespace Pecee\Http\Exceptions;
class MalformedUrlException extends \Exception
{
}