1 | <?php |
||
18 | class InvalidProxiedClassException extends InvalidArgumentException implements ExceptionInterface |
||
19 | { |
||
20 | public static function interfaceNotSupported(ReflectionClass $reflection) : self |
||
24 | |||
25 | public static function finalClassNotSupported(ReflectionClass $reflection) : self |
||
29 | |||
30 | public static function abstractProtectedMethodsNotSupported(ReflectionClass $reflection) : self |
||
51 | } |
||
52 |