Exception: Marquery::EntryNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/marquery/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(slug) ⇒ EntryNotFound

Returns a new instance of EntryNotFound.



7
8
9
# File 'lib/marquery/error.rb', line 7

def initialize(slug)
  super("Entry not found: #{slug}")
end