I just checked your code and it is generating a lot of errors:
Code: eval("try { echo 'sss'; }catch (Throwable $t){ return new DevsenseEvalError($t->getMessage());}catch (Exception $e){ return new DevsenseEvalError($e->getMessage());}");
Errors:
Warning: Undefined variable $t in C:\xampp\htdocs\boxcoin\index.php on line 32
Warning: Undefined variable $t in C:\xampp\htdocs\boxcoin\index.php on line 32
Warning: Attempt to read property "getMessage" on null in C:\xampp\htdocs\boxcoin\index.php on line 32
Warning: Undefined variable $e in C:\xampp\htdocs\boxcoin\index.php on line 32
Warning: Undefined variable $e in C:\xampp\htdocs\boxcoin\index.php on line 32
Warning: Attempt to read property "getMessage" on null in C:\xampp\htdocs\boxcoin\index.php on line 32
Parse error: syntax error, unexpected token ")" in C:\xampp\htdocs\boxcoin\index.php(32) : eval()'d code on line 1