Exception: WaffleAPI::Error::HttpsNotSupportedYet

Inherits:
Standard
  • Object
show all
Defined in:
lib/waffle_api/errors.rb

Overview

Error raised when https call Waffle returned a bad call It meens Waffle isn’t supporting https right now.

Instance Method Summary collapse

Methods inherited from Standard

#initialize

Constructor Details

This class inherits a constructor from WaffleAPI::Error::Standard

Instance Method Details

#messageObject



37
38
39
40
# File 'lib/waffle_api/errors.rb', line 37

def message
  "Waffle pool isn\'t supporting https yet. Please use WaffleAPI " \
  "without https_only argument."
end