diff options
Diffstat (limited to 'src/Stream/UnexpectedEofException.php')
| -rw-r--r-- | src/Stream/UnexpectedEofException.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Stream/UnexpectedEofException.php b/src/Stream/UnexpectedEofException.php new file mode 100644 index 0000000..c4780ab --- /dev/null +++ b/src/Stream/UnexpectedEofException.php @@ -0,0 +1,11 @@ +<?php + +declare(strict_types=1); + +namespace Nsfisis\Waddiwasi\Stream; + +use RuntimeException; + +final class UnexpectedEofException extends RuntimeException +{ +} |
