Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| common_exception_ExceptionHandler | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| handle | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | |||||
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * To change this template, choose Tools | Templates |
| 5 | * and open the template in the editor. |
| 6 | */ |
| 7 | |
| 8 | /** |
| 9 | * Description of ExceptionHandler |
| 10 | * |
| 11 | * @author plichart |
| 12 | */ |
| 13 | abstract class common_exception_ExceptionHandler |
| 14 | { |
| 15 | //put your code here |
| 16 | abstract public function handle(common_Exception $exception); |
| 17 | } |