Skip to content

whoops-php/soap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soap Handler for Whoops

Build Status

Captures exceptions and returns information on them as a SOAP string. Might be used for SOAP Webservices.

require 'vendor/autoload.php';

$handler = new \Whoops\Handler\SoapResponseHandler();
$run->addHandler($handler);