using System; namespace UnityEditorInternal { internal class JSONParseException : Exception { public JSONParseException(string msg) : base(msg) { } } }