@@ -23,6 +23,6 @@ |
||
23 | 23 | public Context $context, |
24 | 24 | ?Throwable $previous = null |
25 | 25 | ) { |
26 | - parent::__construct("Permission not granted for message: " . $dispatched_message::class, 0, $previous); |
|
26 | + parent::__construct("Permission not granted for message: ".$dispatched_message::class, 0, $previous); |
|
27 | 27 | } |
28 | 28 | } |