opensupports/server/models/ERRORS.php

5 lines
90 B
PHP

<?php
class ERRORS {
const INVALID_CREDENTIALS = 'User or password is not defined';
}