bookstack/app/Exceptions/ConfirmationEmailException.php

7 lines
97 B
PHP

<?php namespace Oxbow\Exceptions;
class ConfirmationEmailException extends NotifyException
{
}