From 45a9986907b0771a281263dbe925d147b9afec72 Mon Sep 17 00:00:00 2001 From: Nicholas English <30304307+Nenglish7@users.noreply.github.com> Date: Thu, 25 Jan 2018 23:49:48 -0500 Subject: [PATCH] Make it look pretty. --- src/Exception/ExceptionInterface.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index a66fc1c..7d95dbb 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -1,4 +1,15 @@ . + * @author Nenglish7/ConstantPolyfill Contributors . + * + * @copyright 2018 Nicholas English. + * + * @license MIT License. + */ + namespace Nenglish7\ConstantPolyfill\Exception; /**