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