lib/intercom-rails/exceptions.rb in intercom-rails-0.0.9 vs lib/intercom-rails/exceptions.rb in intercom-rails-0.1.0

- old
+ new

@@ -1,9 +1,9 @@ module IntercomRails class Error < StandardError; end - class CurrentUserNotFoundError < Error; end + class NoUserFoundError < Error; end class ImportError < Error; end class IntercomAPIError < Error; end end