Files
gallery3/modules/rest/views/error_rest.json.php
Bharat Mediratta f6025026eb Rename error_rest.php to error_rest.json.php so that we specify the
result type in the filename as is our convention for views.
2010-06-20 08:50:19 -07:00

2 lines
95 B
PHP

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