6 lines
83 B
PHP
6 lines
83 B
PHP
<?php
|
|
|
|
const ERR_INTERNAL = 500;
|
|
const ERR_RETRY = 501;
|
|
const ERR_USER_BASE = 100;
|