Files
gallery3/modules/rest/views/error_rest.php
T
Bharat Mediratta 456d54ea2d Throw exceptions as appropriate, but allow the Kohana exception
handling framework to handle the exception and delegate to our
template, which will JSON encode the response.
2010-06-19 14:07:37 -07:00

2 lines
95 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= json_encode($e->response) ?>