diff --git a/src/Exception/TypedOptionalException.php b/src/Exception/TypedOptionalException.php index 6338cde..6280196 100644 --- a/src/Exception/TypedOptionalException.php +++ b/src/Exception/TypedOptionalException.php @@ -4,9 +4,6 @@ namespace PetrKnap\Optional\Exception; -/** - * @todo extend {@see Exception}, not {@see OptionalException} - */ -interface TypedOptionalException extends OptionalException +interface TypedOptionalException extends Exception { }