Exception: FaaStRuby::InvalidResponseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/faastruby/server/response.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ InvalidResponseError

Returns a new instance of InvalidResponseError.



4
5
6
# File 'lib/faastruby/server/response.rb', line 4

def initialize(msg)
  msg = "You must use the method 'render' within your function handler."
end