class Ferrum::NoExecutionContextError

def initialize(response = nil)

def initialize(response = nil)
  response ||= { "message" => "There's no context available" }
  super(response)
end