mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
handling framework to handle the exception and delegate to our template, which will JSON encode the response.
2 lines
95 B
PHP
2 lines
95 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?= json_encode($e->response) ?>
|