using System; namespace LeafWeb.Core.Remote { public class PiscalClientException : Exception { public PiscalClientException(string error) : base(error) { } } }