bookstack/app/Exceptions/LoginAttemptEmailNeededExce...

7 lines
113 B
PHP

<?php namespace BookStack\Exceptions;
class LoginAttemptEmailNeededException extends LoginAttemptException
{
}