Exception: HttpStub::Server::Scenario::NotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/http_stub/server/scenario/not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotFoundError

Returns a new instance of NotFoundError.



7
8
9
# File 'lib/http_stub/server/scenario/not_found_error.rb', line 7

def initialize(name)
  super("Scenario '#{name}' not found")
end