| 1 | <?php |
||
| 10 | class RepositoryException extends \Exception |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * RepositoryException constructor. |
||
| 14 | * |
||
| 15 | * @param string $message An error message |
||
| 16 | * @param \Exception $innerException The underlying exception (optional) |
||
| 17 | */ |
||
| 18 | 1 | public function __construct($message, $innerException = null) |
|
| 22 | } |