namespace Jint.Runtime { /// /// Workaround for situation where engine is not easily accessible. /// internal sealed class TypeErrorException : JintException { public TypeErrorException(string message) : base(message) { } } }