Files
awo-hamburg-intranet/mysyde/common/error_exception_handling.php

22 lines
242 B
PHP

<?php
/**
* Created by PhpStorm.
* User: Bauer
* Date: 06.05.2016
* Time: 10:39
*/
function common_error_exception_handler()
{
}
function error_handler($error)
{
}
function exception_handler($exception)
{
}