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