Exception: Pipekit::ResourceNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pipekit/result.rb

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ResourceNotFoundError



64
65
66
# File 'lib/pipekit/result.rb', line 64

def initialize(response)
  @response = response
end

Instance Method Details

#messageObject



68
69
70
# File 'lib/pipekit/result.rb', line 68

def message
  "Resource not found: #{@response}"
end