summaryrefslogtreecommitdiff
path: root/ext/json/json.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/json.stub.php')
-rw-r--r--ext/json/json.stub.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/json/json.stub.php b/ext/json/json.stub.php
index a9b5bbf511..55cc9068bf 100644
--- a/ext/json/json.stub.php
+++ b/ext/json/json.stub.php
@@ -15,3 +15,7 @@ interface JsonSerializable
/** @return mixed */
public function jsonSerialize();
}
+
+class JsonException extends Exception
+{
+}