Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Server/Fault.php
Expand Up @@ -57,7 +57,6 @@ public function __construct(\Exception $e)
$this->exception = $e;
$code = 404;
$message = 'Unknown error';
$exceptionClass = get_class($e);

foreach (array_keys(self::$faultExceptionClasses) as $class) {
if ($e instanceof $class) {
Expand Down

0 comments on commit d5240ce

Please sign in to comment.