| 1 | <?php |
||
| 10 | class InvalidRequestException extends Exception { |
||
| 11 | /** |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | protected $path; |
||
| 15 | |||
| 16 | public function __construct(string $path = "", int $code = 0, \Throwable $previous = null) { |
||
| 23 | 434 | ||
| 24 | 434 | /** |
|
| 25 | 434 | * @return string |
|
| 26 | 434 | */ |
|
| 27 | public function getPath() { |
||
| 30 | } |
||
| 31 |