Exception: WaffleAPI::Error::EndPointMoved
- Defined in:
- lib/waffle_api/errors.rb
Overview
Error raised when Waffle change his API endpoint. Nothing to do but report an issue on this gem repo
Instance Method Summary collapse
Methods inherited from Standard
Constructor Details
This class inherits a constructor from WaffleAPI::Error::Standard
Instance Method Details
#message ⇒ Object
46 47 48 49 |
# File 'lib/waffle_api/errors.rb', line 46 def "Waffle pool seems to have change his API endpoint. Please report " \ "an issue on #{ISSUES_URL}." end |