e949/api/_errors.php

6 lines
74 B
PHP
Raw Normal View History

2023-08-12 04:09:17 +05:30
<?php
// Internal errors
$Err_Int_JSONEncodeError = "int.jsonencode";
?>