BookStack/app/Exceptions/UserRegistrationException.php
2015-09-05 20:25:57 +01:00

7 lines
96 B
PHP

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