mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-14 12:02:31 +03:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
|
|
namespace BookStack\Exceptions;
|
|
|
|
class OpenIdConnectException extends NotifyException
|
|
{
|
|
}
|