mailautoconf/public/error.php

6 lines
91 B
PHP
Raw Normal View History

<?php
//return the json response :
$e = new Errors();
$e->throw_error("NotFound");
exit();