Skip to content

Commit d593107

Browse files
committed
Clearer exception messages.
1 parent cc792c2 commit d593107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/DiscoveryFailedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct($message, array $exceptions = [])
2323
{
2424
$this->exceptions = $exceptions;
2525

26-
parent::__construct($message, 0, array_shift($exceptions));
26+
parent::__construct($message);
2727
}
2828

2929
/**

0 commit comments

Comments
 (0)