Exception: WaffleAPI::Error::HttpsNotSupportedYet
- 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
Constructor Details
This class inherits a constructor from WaffleAPI::Error::Standard
Instance Method Details
#message ⇒ Object
37 38 39 40 |
# File 'lib/waffle_api/errors.rb', line 37 def "Waffle pool isn\'t supporting https yet. Please use WaffleAPI " \ "without https_only argument." end |