1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-14 19:42:14 +03:00
Files
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
{
}