opensupports/server/models/ERRORS.php

5 lines
90 B
PHP
Raw Normal View History

<?php
class ERRORS {
2015-11-19 01:57:59 +01:00
const INVALID_CREDENTIALS = 'User or password is not defined';
}