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.



199
200
201
# File 'lib/hyperclient/link.rb', line 199

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