BookStackApp/BookStack

View on GitHub
app/Exceptions/UserRegistrationException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace BookStack\Exceptions;

class UserRegistrationException extends NotifyException
{
}