@@ -14,4 +14,6 @@ |
||
14 | 14 | |
15 | 15 | namespace IPub\ConfirmationDialog\Exceptions; |
16 | 16 | |
17 | -class InvalidStateException extends \Exception implements IException {} |
|
18 | 17 | \ No newline at end of file |
18 | +class InvalidStateException extends \Exception implements IException |
|
19 | +{ |
|
20 | +} |
|
19 | 21 | \ No newline at end of file |
@@ -14,4 +14,6 @@ |
||
14 | 14 | |
15 | 15 | namespace IPub\ConfirmationDialog\Exceptions; |
16 | 16 | |
17 | -class IOException extends \RuntimeException implements IException {} |
|
18 | 17 | \ No newline at end of file |
18 | +class IOException extends \RuntimeException implements IException |
|
19 | +{ |
|
20 | +} |
|
19 | 21 | \ No newline at end of file |
@@ -14,4 +14,6 @@ |
||
14 | 14 | |
15 | 15 | namespace IPub\ConfirmationDialog\Exceptions; |
16 | 16 | |
17 | -class FileNotFoundException extends IOException implements IException {} |
|
18 | 17 | \ No newline at end of file |
18 | +class FileNotFoundException extends IOException implements IException |
|
19 | +{ |
|
20 | +} |
|
19 | 21 | \ No newline at end of file |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * FileNotFoundException.php |
|
4 | - * |
|
5 | - * @copyright More in license.md |
|
6 | - * @license http://www.ipublikuj.eu |
|
7 | - * @author Adam Kadlec http://www.ipublikuj.eu |
|
8 | - * @package iPublikuj:ConfirmationDialog! |
|
9 | - * @subpackage Exceptions |
|
10 | - * @since 5.0 |
|
11 | - * |
|
12 | - * @date 31.01.15 |
|
13 | - */ |
|
3 | + * FileNotFoundException.php |
|
4 | + * |
|
5 | + * @copyright More in license.md |
|
6 | + * @license http://www.ipublikuj.eu |
|
7 | + * @author Adam Kadlec http://www.ipublikuj.eu |
|
8 | + * @package iPublikuj:ConfirmationDialog! |
|
9 | + * @subpackage Exceptions |
|
10 | + * @since 5.0 |
|
11 | + * |
|
12 | + * @date 31.01.15 |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | namespace IPub\ConfirmationDialog\Exceptions; |
16 | 16 |
@@ -14,4 +14,6 @@ |
||
14 | 14 | |
15 | 15 | namespace IPub\ConfirmationDialog\Exceptions; |
16 | 16 | |
17 | -class HandlerNotCallableException extends \Exception implements IException {} |
|
18 | 17 | \ No newline at end of file |
18 | +class HandlerNotCallableException extends \Exception implements IException |
|
19 | +{ |
|
20 | +} |
|
19 | 21 | \ No newline at end of file |