Exception: WaffleAPI::Error::EndPointMoved

Inherits:
Standard
  • Object
show all
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

#initialize

Constructor Details

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

Instance Method Details

#messageObject



46
47
48
49
# File 'lib/waffle_api/errors.rb', line 46

def message
  "Waffle pool seems to have change his API endpoint. Please report " \
  "an issue on #{ISSUES_URL}."
end