11 lines
89 B
PHP
11 lines
89 B
PHP
<?php
|
|
|
|
|
|
namespace HttpServer\Exception;
|
|
|
|
|
|
class RequestException extends \Exception
|
|
{
|
|
|
|
}
|