@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class myErrorHandler extends \Exception |
6 | 6 | { |
7 | - public function proc_error($errno, $errstr, $errfile, $errline) |
|
8 | - { |
|
9 | - echo "line: $errline --- ".$errstr."<br>"; |
|
7 | + public function proc_error($errno, $errstr, $errfile, $errline) |
|
8 | + { |
|
9 | + echo "line: $errline --- ".$errstr."<br>"; |
|
10 | 10 | |
11 | - } |
|
11 | + } |
|
12 | 12 | } |
13 | 13 | |
14 | 14 | ?> |
15 | 15 | \ No newline at end of file |