Sha256: 861eafc050b2ea13e036be63517c182cc6f726f23faabf296cc1986b3378225b
Contents?: true
Size: 182 Bytes
Versions: 1
Compression:
Stored size: 182 Bytes
Contents
module IntercomRails class Error < StandardError; end class CurrentUserNotFoundError < Error; end class ImportError < Error; end class IntercomAPIError < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
intercom-rails-0.0.9 | lib/intercom-rails/exceptions.rb |