Files
gallery3/modules/rest/views/error_rest.json.php
T

6 lines
219 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
2018-01-28 12:43:27 +01:00
<?php
// Log error response to ease debugging
Kohana_Log::add("error", "Rest error details: " . print_r($e->response, 1));
?>
2010-06-20 09:05:25 -07:00
<?= json_encode($e->response);