mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-24 04:33:06 +00:00
6 lines
90 B
PHP
6 lines
90 B
PHP
<?php namespace BookStack\Exceptions;
|
|
|
|
class OpenIdException extends NotifyException
|
|
{
|
|
|
|
}
|