1 | <?php |
||
8 | class InvalidAdapterException extends \UnexpectedValueException |
||
9 | { |
||
10 | /** |
||
11 | * Creates an InvalidAdapterException using information about the object/value being adapted |
||
12 | * |
||
13 | * @param mixed $adaptee |
||
14 | * |
||
15 | * @return InvalidAdapterException |
||
16 | */ |
||
17 | 5 | public static function fromAdaptee($adaptee) |
|
23 | } |
||
24 |