diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index e56ba888..007772f3 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -1,9 +1,9 @@ + * (c) Kévin Dunglas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 9305b49d..69c3a30b 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -1,9 +1,9 @@ + * (c) Kévin Dunglas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/LogicException.php b/src/Exception/LogicException.php index b30bc75b..54da0f43 100644 --- a/src/Exception/LogicException.php +++ b/src/Exception/LogicException.php @@ -1,9 +1,9 @@ + * (c) Kévin Dunglas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index 1333e16d..12ba78dd 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -1,9 +1,9 @@ + * (c) Kévin Dunglas * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.