1 | <?php |
||
17 | final class NotificationExpectationMismatchException extends \RuntimeException |
||
18 | { |
||
19 | /** |
||
20 | * @param string $missingNotificationType |
||
21 | * @param string $missingNotification |
||
22 | * @param string $foundedNotificationType |
||
23 | * @param string $foundedNotification |
||
24 | * @param int $code |
||
25 | * @param \Exception|null $previous |
||
26 | */ |
||
27 | public function __construct( |
||
45 | } |
||
46 |