Exception: RailsLiveDashboard::Exceptions::EntryNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rails_live_dashboard/exceptions/entry_not_found.rb

Instance Method Summary collapse

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