@@ -19,13 +19,13 @@ |
||
19 | 19 | */ |
20 | 20 | final class HighchartsFileNotFoundException extends AbstractHighchartsException { |
21 | 21 | |
22 | - /** |
|
23 | - * Constructor. |
|
24 | - * |
|
25 | - * @param string $filename The file name. |
|
26 | - */ |
|
27 | - public function __construct($filename) { |
|
28 | - parent::__construct("The file \"" . $filename . "\" was not found"); |
|
29 | - } |
|
22 | + /** |
|
23 | + * Constructor. |
|
24 | + * |
|
25 | + * @param string $filename The file name. |
|
26 | + */ |
|
27 | + public function __construct($filename) { |
|
28 | + parent::__construct("The file \"" . $filename . "\" was not found"); |
|
29 | + } |
|
30 | 30 | |
31 | 31 | } |