drewgg
4/26/2016 - 3:02 PM

Output error from AJAX called methods

Output error from AJAX called methods

<?php

Logger::push('Error attempting to delete the session.','User Error');
Tools::returnStandardAjaxUserErrors();
exit;

?>