| 1: | <?php |
| 2: | |
| 3: | /* |
| 4: | * Library to use PortBilling events with PSR-14 event dispatch |
| 5: | */ |
| 6: | |
| 7: | namespace Porta\Psr14Event; |
| 8: | |
| 9: | /** |
| 10: | * Exception to throw in a case of Event can't be created or Auth failure |
| 11: | * |
| 12: | * It is recommended that exception code be returned to calling ESPF |
| 13: | * @api |
| 14: | */ |
| 15: | class EventException extends \Exception |
| 16: | { |
| 17: | |
| 18: | } |
| 19: |