Sha256: 0b3f2301ec0c82f91136d3d45c8dc4c8cc9462553aed2527f6dde7417fe3ec19
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
class ActiveCampaignAPIError < ::StandardError def initialize(error) ActiveCampaign.api_logger.error "ERROR: #{error}" super(error) end end module ActiveCampaign class NotFoundError < ActiveCampaignAPIError; end class APIError < ActiveCampaignAPIError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active-campaign-simple-0.3.3 | lib/active-campaign-simple/exceptions.rb |