@@ -12,6 +12,9 @@ |
||
12 | 12 | { |
13 | 13 | protected $handler; |
14 | 14 | |
15 | + /** |
|
16 | + * @param string $message |
|
17 | + */ |
|
15 | 18 | public function __construct($message, SignatureHandler $handler, Exception $previous = null) |
16 | 19 | { |
17 | 20 | parent::__construct($message, 0, $previous); |