Exception: RSpec::Grape::UrlParameterNotSet
- Inherits:
-
StandardError
- Object
- StandardError
- RSpec::Grape::UrlParameterNotSet
- Defined in:
- lib/rspec/grape/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
8 |
# File 'lib/rspec/grape/exceptions.rb', line 8 def ; 'Url parameter is not defined!'; end |