Exception: Marquery::EntryNotFound
- Defined in:
- lib/marquery/error.rb
Instance Method Summary collapse
-
#initialize(slug) ⇒ EntryNotFound
constructor
A new instance of EntryNotFound.
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 |