# rsvp/2.7.5/external-libs/spout/src/Spout/Reader/Exception/ReaderException.php

RSVP and Event Management, version 2.7.5. 16 lines.

- Page: https://pluginprobe.com/plugins/rsvp/2.7.5/code/external-libs/spout/src/Spout/Reader/Exception/ReaderException.php
- Raw: https://pluginprobe.com/plugins/rsvp/2.7.5/raw/external-libs/spout/src/Spout/Reader/Exception/ReaderException.php
- Modified: 2022-01-11T13:45:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/rsvp/2.7.5/code/external-libs/spout/src/Spout/Reader/Exception/ReaderException.php#L10-L20`.

```php
<?php

namespace Box\Spout\Reader\Exception;

use Box\Spout\Common\Exception\SpoutException;

/**
 * Class ReaderException
 *
 * @package Box\Spout\Reader\Exception
 * @abstract
 */
abstract class ReaderException extends SpoutException {

}

```
