Last change
on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 3 months ago |
Upload project files
|
-
Property mode
set to
100644
|
File size:
245 bytes
|
Rev | Line | |
---|
[e3d4e0a] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | declare(strict_types=1);
|
---|
| 4 |
|
---|
| 5 | namespace GuzzleHttp\Psr7\Exception;
|
---|
| 6 |
|
---|
| 7 | use InvalidArgumentException;
|
---|
| 8 |
|
---|
| 9 | /**
|
---|
| 10 | * Exception thrown if a URI cannot be parsed because it's malformed.
|
---|
| 11 | */
|
---|
| 12 | class MalformedUriException extends InvalidArgumentException
|
---|
| 13 | {
|
---|
| 14 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.