1: <?php declare(strict_types=1);
2:
3: namespace Salient\Utility\Exception;
4:
5: /**
6: * @api
7: */
8: class UnreadDataException extends FilesystemErrorException {}
9: