Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
MatchingNotFound | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace BO\Zmsapi\Exception\Matching; |
4 | |
5 | /** |
6 | * |
7 | */ |
8 | class MatchingNotFound extends \Exception |
9 | { |
10 | protected $code = 404; |
11 | |
12 | protected $message = 'Provider does not match with given request or does not over request'; |
13 | } |