e949/api/_errors.php

6 lines
74 B
PHP
Raw Normal View History

2023-08-12 01:39:17 +03:00
<?php
// Internal errors
$Err_Int_JSONEncodeError = "int.jsonencode";
?>