5 lines
92 B
PHP
5 lines
92 B
PHP
|
<?php
|
||
|
class ERRORS {
|
||
|
const UNDEFINED_CREDENTIALS = 'User or password is not defined';
|
||
|
}
|