diff --git a/lib/Exception/JsonException.php b/lib/Exception/JsonException.php index 507e918d..dea5c97f 100644 --- a/lib/Exception/JsonException.php +++ b/lib/Exception/JsonException.php @@ -35,4 +35,4 @@ class JsonException extends Exception $message .= ' (' . $code . ')'; parent::__construct($message, 90); } -} \ No newline at end of file +} diff --git a/lib/Exception/TranslatedException.php b/lib/Exception/TranslatedException.php index 1532249f..116406cf 100644 --- a/lib/Exception/TranslatedException.php +++ b/lib/Exception/TranslatedException.php @@ -33,4 +33,4 @@ class TranslatedException extends Exception $message = is_string($messageId) ? I18n::translate($messageId) : forward_static_call_array('PrivateBin\I18n::translate', $messageId); parent::__construct($message, $code); } -} \ No newline at end of file +}