whoops/soap

Soap handler for Whoops

1.0.0 2015-11-23 20:11 UTC

This package is auto-updated.

Last update: 2024-04-10 06:49:27 UTC


README

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