mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-13 16:32:46 +08:00
7 lines
97 B
PHP
7 lines
97 B
PHP
![]() |
<?php namespace Oxbow\Exceptions;
|
||
|
|
||
|
|
||
|
class ConfirmationEmailException extends NotifyException
|
||
|
{
|
||
|
|
||
|
}
|