Exception: Hanami::Routing::Parsing::UnknownParserError

Inherits:
Error
  • Object
show all
Defined in:
lib/hanami/routing/parsing/parser.rb

Overview

Since:

  • 0.2.0

Instance Method Summary collapse

Constructor Details

#initialize(parser) ⇒ UnknownParserError

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of UnknownParserError.

Since:

  • 0.2.0



19
20
21
# File 'lib/hanami/routing/parsing/parser.rb', line 19

def initialize(parser)
  super("Unknown Parser: `#{ parser }'")
end