| 1 | <?php |
||
| 10 | class OnApiKeyCleanupErrorEvent extends Event |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var \Exception |
||
| 14 | */ |
||
| 15 | private $exception; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Constructor. |
||
| 19 | * |
||
| 20 | * @param \Exception $exception |
||
| 21 | */ |
||
| 22 | public function __construct(\Exception $exception) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return \Exception |
||
| 29 | */ |
||
| 30 | public function getException() |
||
| 34 | } |
||
| 35 |