1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-10-29 16:09:29 +03:00
Files
bookstack/app/Exceptions/ConfirmationEmailException.php
2015-09-05 20:25:57 +01:00

7 lines
97 B
PHP

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