Exception: ZendeskAppsSupport::Finders::RecordNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- ZendeskAppsSupport::Finders::RecordNotFound
- Defined in:
- lib/zendesk_apps_support/finders.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ RecordNotFound
constructor
A new instance of RecordNotFound.
Constructor Details
#initialize(msg) ⇒ RecordNotFound
Returns a new instance of RecordNotFound.
5 6 7 |
# File 'lib/zendesk_apps_support/finders.rb', line 5 def initialize(msg) super(msg) end |