| 1 | <?php |
||
| 21 | class InvalidArgumentException extends \InvalidArgumentException implements SurfnetYubikeyApiClientException |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param string $expected description of expected type |
||
| 25 | * @param string $parameterName |
||
| 26 | * @param mixed $parameter the parameter that is not of the expected type. |
||
| 27 | * |
||
| 28 | * @return self |
||
| 29 | */ |
||
| 30 | public static function invalidType($expected, $parameterName, $parameter) |
||
| 41 | } |
||
| 42 |