| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace SearchReplace; |
||
| 9 | class SearchReplaceException extends Exception |
||
| 10 | { |
||
| 11 | // Redefine the exception so message isn't optional |
||
| 12 | public function __construct($message, $code = 0, Exception $previous = null) |
||
| 16 | } |
||
| 17 | |||
| 18 | // custom string representation of object |
||
| 19 | public function __toString() |
||
| 25 |