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