namespace TINK.Repository.Exception { public class UnsupportedCopriVersionDetectedException : System.Exception { public UnsupportedCopriVersionDetectedException() : base("Unsupported app version detected.") { } } }