1 | <?php |
||
8 | class CouldNotSendNotification extends Exception |
||
9 | { |
||
10 | public static function serviceRespondedWithAnError(DomainException $exception) |
||
15 | |||
16 | /** |
||
17 | * @return static |
||
18 | */ |
||
19 | 2 | public static function missingFrom() |
|
23 | |||
24 | /** |
||
25 | * @return static |
||
26 | */ |
||
27 | 1 | public static function missingTo() |
|
31 | } |
||
32 |