mailautoconf/src/public/error.php

5 lines
91 B
PHP

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