Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 360 Bytes

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);