aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Execution/LinkErrorException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebAssembly/Execution/LinkErrorException.php')
-rw-r--r--src/WebAssembly/Execution/LinkErrorException.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/WebAssembly/Execution/LinkErrorException.php b/src/WebAssembly/Execution/LinkErrorException.php
new file mode 100644
index 0000000..35db57f
--- /dev/null
+++ b/src/WebAssembly/Execution/LinkErrorException.php
@@ -0,0 +1,11 @@
+<?php
+
+declare(strict_types=1);
+
+namespace Nsfisis\Waddiwasi\WebAssembly\Execution;
+
+use RuntimeException;
+
+final class LinkErrorException extends RuntimeException
+{
+}