Exception: Expect4r::Router::Error::SemanticError

Inherits:
RouterError
  • Object
show all
Defined in:
lib/router/error.rb

Instance Method Summary collapse

Methods inherited from RouterError

#initialize

Constructor Details

This class inherits a constructor from Expect4r::Router::Error::RouterError

Instance Method Details

#err_msgObject



26
27
28
# File 'lib/router/error.rb', line 26

def err_msg
  "#{@rname} [SemanticError] : #{@msg}"
end