bookstack/app/Exceptions/OpenIdException.php

7 lines
90 B
PHP

<?php namespace BookStack\Exceptions;
class OpenIdException extends NotifyException
{
}