diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index f81ba10..bfd8c11 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -33,4 +33,4 @@ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface { -} \ No newline at end of file +} diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index b1c16df..64c772c 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -33,4 +33,4 @@ class RuntimeException extends \RuntimeException implements ExceptionInterface { -} \ No newline at end of file +}