62342433f4
Also adde draw.io to attribution list. Closes #649
6 lines
100 B
PHP
6 lines
100 B
PHP
<?php namespace BookStack\Exceptions;
|
|
|
|
class UserRegistrationException extends NotifyException
|
|
{
|
|
|
|
}
|