e949/api/_errors.php
2023-08-12 01:39:17 +03:00

6 lines
74 B
PHP

<?php
// Internal errors
$Err_Int_JSONEncodeError = "int.jsonencode";
?>