diff --git a/src/Exception/InvalidControllerException.php b/src/Exception/InvalidControllerException.php index 23bb51c..6d89865 100644 --- a/src/Exception/InvalidControllerException.php +++ b/src/Exception/InvalidControllerException.php @@ -4,15 +4,4 @@ use \Exception; -/** - * A wrapper around a DB driver to expose a uniform interface - * - * Bassically an abstraction over the complexity of the PDO class, but by design this could wrap any strctured storage mechanism - * A database engine adapter - * - * @param string $myArgument With a *description* of this argument, these may also - * span multiple lines. - * - * @return void - */ class InvalidControllerException extends Exception {} diff --git a/src/Exception/InvalidHTTPMethodException.php b/src/Exception/InvalidHTTPMethodException.php index 65a33f3..bb6657d 100644 --- a/src/Exception/InvalidHTTPMethodException.php +++ b/src/Exception/InvalidHTTPMethodException.php @@ -4,15 +4,4 @@ use \Exception; -/** - * A wrapper around a DB driver to expose a uniform interface - * - * Bassically an abstraction over the complexity of the PDO class, but by design this could wrap any strctured storage mechanism - * A database engine adapter - * - * @param string $myArgument With a *description* of this argument, these may also - * span multiple lines. - * - * @return void - */ class InvalidHTTPMethodException extends Exception {} diff --git a/src/Exception/InvalidRouteException.php b/src/Exception/InvalidRouteException.php index 7e21dfa..67011f3 100644 --- a/src/Exception/InvalidRouteException.php +++ b/src/Exception/InvalidRouteException.php @@ -4,15 +4,4 @@ use \Exception; -/** - * A wrapper around a DB driver to expose a uniform interface - * - * Bassically an abstraction over the complexity of the PDO class, but by design this could wrap any strctured storage mechanism - * A database engine adapter - * - * @param string $myArgument With a *description* of this argument, these may also - * span multiple lines. - * - * @return void - */ class InvalidRouteException extends Exception {}