Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
ProcessNotReservedAnymore | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace BO\Zmsapi\Exception\Process; |
4 | |
5 | /** |
6 | * example class to generate an exception |
7 | */ |
8 | class ProcessNotReservedAnymore extends \Exception |
9 | { |
10 | protected $code = 404; |
11 | protected $message = 'Failed to confirm process. Maybe time of reservation went out.'; |
12 | } |