OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
3-31-025chanakya
/
Xpress
/
vendor
/
guzzlehttp
/
psr7
/
src
/
Exception
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/26/2025 04:24:27 AM
rwxr-xr-x
📄
MalformedUriException.php
259 bytes
03/26/2025 04:24:27 AM
rw-r--r--
Editing: MalformedUriException.php
Close
<?php declare(strict_types=1); namespace GuzzleHttp\Psr7\Exception; use InvalidArgumentException; /** * Exception thrown if a URI cannot be parsed because it's malformed. */ class MalformedUriException extends InvalidArgumentException { }