Exception: Hyperclient::MissingURITemplateVariablesException
- Inherits:
-
StandardError
- Object
- StandardError
- Hyperclient::MissingURITemplateVariablesException
- Defined in:
- lib/hyperclient/link.rb
Overview
Exception that is raised when building a templated Link without uri variables.
Instance Method Summary collapse
-
#message ⇒ Object
Returns a String with the exception message.
Instance Method Details
#message ⇒ Object
Returns a String with the exception message.
199 200 201 |
# File 'lib/hyperclient/link.rb', line 199 def 'The URL to this links is templated, but no variables where given.' end |