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