mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-13 11:31:01 +08:00
7 lines
97 B
PHP
7 lines
97 B
PHP
<?php namespace Oxbow\Exceptions;
|
|
|
|
|
|
class ConfirmationEmailException extends NotifyException
|
|
{
|
|
|
|
} |