Exception: Subjoin::NoOverriddenRootError
- Defined in:
- lib/subjoin/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
5 6 7 |
# File 'lib/subjoin/errors.rb', line 5 def "You must derive a class from Subjoin::Resource and override Resource#Root to return the root URL of the API you are using. This derived class should, in turn be used as the base class for your other custom classes." end |