Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| InvalidReferenceException | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| 1 | <?php |
| 2 | |
| 3 | namespace Flow\Exception; |
| 4 | |
| 5 | /** |
| 6 | * This is not logged, and must *only* be used for reference |
| 7 | * errors caused by invalid (unprocessable) end-user input |
| 8 | */ |
| 9 | class InvalidReferenceException extends InvalidInputException { |
| 10 | } |