Exception: Hyperclient::MissingURITemplateVariablesException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hyperclient/link.rb

Overview

Exception that is raised when building a templated Link without uri variables.

Instance Method Summary collapse

Instance Method Details

#messageObject

Returns a String with the exception message.



172
173
174
# File 'lib/hyperclient/link.rb', line 172

def message
  "The URL to this links is templated, but no variables where given."
end