]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/UnauthorizedException.php
Added OIDC group sync functionality
[bookstack] / app / Exceptions / UnauthorizedException.php
index 525b431c7b45de7538e37526f31cf5f4cd9764de..5c73ca02c6843f99aba269e12c06ffbcd45ceb57 100644 (file)
@@ -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
+}