Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update constants.php
Browse files Browse the repository at this point in the history
remove currently unused error codes.
  • Loading branch information
crimsonstrife committed Mar 20, 2024
1 parent 92a358a commit 1fe4012
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,30 +356,10 @@
"code" => "MYSTIC",
"message" => "An error has occurred, contact the Administrator."
));
define('SUDDEN_ERROR', array(
"code" => "COBRA",
"message" => "An error has occurred, contact the Administrator."
));
define('TIMEOUT', array(
"code" => "TURTLE",
"message" => "The request has timed out, contact the Administrator."
));
define('RESTART', array(
"code" => "PHOENIX",
"message" => "There may have been a server restart or recovery, contact the Administrator."
));
define('NOT_FOUND', array(
"code" => "SASQUATCH",
"message" => "The requested content was not found, contact the Administrator."
));
define('NOT_IMPLEMENTED', array(
"code" => "YETI",
"message" => "The requested content is not yet implemented, contact the Administrator."
));
define('SERVICE_UNAVAILABLE', array(
"code" => "COMPASS",
"message" => "The requested content is not available, contact the Administrator."
));
define('CRITICAL', array(
"code" => "MONOLITH",
"message" => "A critical error has occurred, contact the Administrator."
Expand Down Expand Up @@ -408,14 +388,6 @@
"code" => "WEASEL",
"message" => "Required data is missing, contact the Administrator."
));
define('FILE_UPLOAD_ERROR', array(
"code" => "CYMBAL",
"message" => "File could not be uploaded, contact the Administrator."
));
define('FILE_DELETE_ERROR', array(
"code" => "COWBELL",
"message" => "File could not be deleted, contact the Administrator."
));
define('FILE_EXISTS_ERROR', array(
"code" => "HARMONY",
"message" => "File already exists, contact the Administrator."
Expand Down

0 comments on commit 1fe4012

Please sign in to comment.