Exception: ZendeskAppsSupport::Finders::RecordNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zendesk_apps_support/finders.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ RecordNotFound

Returns a new instance of RecordNotFound.



6
7
8
# File 'lib/zendesk_apps_support/finders.rb', line 6

def initialize(msg)
  super(msg)
end