| 1 | <?php |
||
| 17 | class InvalidProxiedClassException extends InvalidArgumentException implements ExceptionInterface |
||
| 18 | { |
||
| 19 | 1 | public static function interfaceNotSupported(ReflectionClass $reflection) : self |
|
| 23 | |||
| 24 | 1 | public static function finalClassNotSupported(ReflectionClass $reflection) : self |
|
| 28 | |||
| 29 | 3 | public static function abstractProtectedMethodsNotSupported(ReflectionClass $reflection) : self |
|
| 50 | } |
||
| 51 |