@@ -5,12 +5,12 @@ |
||
| 5 | 5 | class Exception extends Translation |
| 6 | 6 | { |
| 7 | 7 | |
| 8 | - /** |
|
| 9 | - * This function do nothing, but it's neccesary to create an exception object |
|
| 10 | - */ |
|
| 11 | - public function main() |
|
| 12 | - { |
|
| 8 | + /** |
|
| 9 | + * This function do nothing, but it's neccesary to create an exception object |
|
| 10 | + */ |
|
| 11 | + public function main() |
|
| 12 | + { |
|
| 13 | 13 | |
| 14 | - return; |
|
| 15 | - } |
|
| 14 | + return; |
|
| 15 | + } |
|
| 16 | 16 | } |