Exception: Expect4r::Router::Error::SyntaxError
- Inherits:
-
RouterError
- Object
- RuntimeError
- RouterError
- Expect4r::Router::Error::SyntaxError
- Defined in:
- lib/router/error.rb
Instance Method Summary collapse
Methods inherited from RouterError
Constructor Details
This class inherits a constructor from Expect4r::Router::Error::RouterError
Instance Method Details
#err_msg ⇒ Object
14 15 16 |
# File 'lib/router/error.rb', line 14 def err_msg "#{@rname} [SyntaxError] : #{@msg}" end |