diff options
Diffstat (limited to 'src/WebAssembly/Execution/TrapException.php')
| -rw-r--r-- | src/WebAssembly/Execution/TrapException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Execution/TrapException.php b/src/WebAssembly/Execution/TrapException.php index 449f9ca..3644d33 100644 --- a/src/WebAssembly/Execution/TrapException.php +++ b/src/WebAssembly/Execution/TrapException.php @@ -12,7 +12,7 @@ class TrapException extends RuntimeException private readonly TrapKind $trapKind; public function __construct( - string $message = "", + string $message = '', int $code = 0, ?Throwable $previous = null, TrapKind $trapKind = TrapKind::Unknown, |
