class HttpStub::Server::Scenario::NotFoundError

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/http_stub/server/scenario/not_found_error.rb, line 7
def initialize(name)
  super("Scenario '#{name}' not found")
end