Skip to content
Snippets Groups Projects
Commit d5091099 authored by Jared Hancock's avatar Jared Hancock
Browse files

Add stub for built-in Exception class

parent b191e105
No related branches found
No related tags found
No related merge requests found
...@@ -36,4 +36,8 @@ class DomDocument { ...@@ -36,4 +36,8 @@ class DomDocument {
function loadHTML() {} function loadHTML() {}
} }
class Exception {
function getTraceAsString() {}
}
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment