Exception: RailsLiveDashboard::Exceptions::EntryNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- RailsLiveDashboard::Exceptions::EntryNotFound
- Defined in:
- lib/rails_live_dashboard/exceptions/entry_not_found.rb
Instance Method Summary collapse
-
#initialize(type, id) ⇒ EntryNotFound
constructor
A new instance of EntryNotFound.
Constructor Details
#initialize(type, id) ⇒ EntryNotFound
Returns a new instance of EntryNotFound.
4 5 6 |
# File 'lib/rails_live_dashboard/exceptions/entry_not_found.rb', line 4 def initialize(type, id) super("#{type}(id: #{id}) entry not found") end |