Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| ParamNotConvertedException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\Core\ParamConverter\ParamNotConvertedException. | |
| */ | |
| namespace Drupal\Core\ParamConverter; | |
| /** | |
| * Provides an exception class for a request parameter that was not converted. | |
| */ | |
| class ParamNotConvertedException extends \Exception { | |
| } |