mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 15:26:43 +08:00
8 lines
101 B
PHP
8 lines
101 B
PHP
<?php
|
|
|
|
namespace BookStack\Exceptions;
|
|
|
|
class ConfirmationEmailException extends NotifyException
|
|
{
|
|
}
|