web/lib/Exceptions/UserExistsException.php

6 lines
143 B
PHP

<?
namespace Exceptions;
class UserExistsException extends SeException{
protected $message = 'This email already exists in the database.';
}