OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
znew1aws-ses
/
vendor
/
guzzlehttp
/
psr7
/
src
/
Exception
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/16/2024 08:30:19 AM
rwxr-xr-x
📄
MalformedUriException.php
259 bytes
08/16/2024 08:30:19 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 { }