opensupports/server/models/ERRORS.php

5 lines
92 B
PHP

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