Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit f0b0ff6

Browse files
committed
Call parent ctor in EscapableException
1 parent 2e19eb6 commit f0b0ff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/Exceptions/EscapableException.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class EscapableException extends Exception
2929

3030
public function __construct(Throwable $original)
3131
{
32+
parent::__construct();
3233
$this->original = $original;
3334
}
3435

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /