formatting 90% done; encapsulated everything in the TinyJS namespace, and renamed...
[tinyjs-rewrite.git] / src / exception.cpp
blob0e83a8ed1bedb275bee59e216e578e3c9153927a
2 #include "private.h"
4 namespace TinyJS
6 RuntimeError::RuntimeError(const std::string& exceptionText)
8 text = exceptionText;