Home

Awesome

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