X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/517687669ca88c228606180a48c001b9a1a18128..refs/pull/3693/head:/app/Exceptions/UnauthorizedException.php diff --git a/app/Exceptions/UnauthorizedException.php b/app/Exceptions/UnauthorizedException.php index 525b431c7..5c73ca02c 100644 --- a/app/Exceptions/UnauthorizedException.php +++ b/app/Exceptions/UnauthorizedException.php @@ -6,7 +6,6 @@ use Exception; class UnauthorizedException extends Exception { - /** * ApiAuthException constructor. */ @@ -14,4 +13,4 @@ class UnauthorizedException extends Exception { parent::__construct($message, $code); } -} \ No newline at end of file +}