using System; namespace Jint.Native.Errors { public class SyntaxError : Error { } }