1 | <?php |
||
10 | final class UnimplementedMethodException extends BadMethodCallException implements ExceptionInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param string $className |
||
14 | * @param string $method |
||
15 | * |
||
16 | * @return \SixtyEightPublishers\User\DoctrineIdentity\Exception\UnimplementedMethodException |
||
17 | */ |
||
18 | public static function unimplementedMethod(string $className, string $method): self |
||
26 | } |
||
27 |