1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Merge branch 'oidc'

This commit is contained in:
Dan Brown
2021-10-16 15:50:50 +01:00
39 changed files with 2068 additions and 72 deletions

View File

@@ -0,0 +1,6 @@
<?php namespace BookStack\Exceptions;
class OpenIdConnectException extends NotifyException
{
}