Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
soap_server_error_handler.inc
1
<?php
28
function
soap_server_error_handler($err_no, $err_msg, $err_file, $err_line)
29
{
30
if
($err_no & (E_USER_ERROR | E_ERROR | E_USER_WARNING)) {
31
log_dump(
"SOAP SERVER ERROR: "
.$err_msg .
'. Error Number:'
.$err_no .
'. Error File:'
.$err_file.
'. Error Line:'
.$err_line);
32
throw
new
SoapFault(
"SERVER"
, $err_msg);
33
}
//end if
34
35
}
//end soap_server_error_handler()
36
37
38
?>
squiz_matrix
packages
web_services
soap_server
soap_server_error_handler.inc
Generated on Tue Jan 29 2013 14:05:06 for Squiz Matrix by
1.8.3.1