Skip to content

Commit db83f9c

Browse files
HP-1900: fixing the build
1 parent cb749b4 commit db83f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exception/HasContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function getContext(): array
2323

2424
public static function make(string $message, array $context): self
2525
{
26-
$exception = new self($message);
26+
$exception = new static($message);
2727
$exception->addContext($context);
2828

2929
return $exception;

0 commit comments

Comments
 (0)