Exception: BugherdClient::Errors::UnsupportedAttribute

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bugherd_client/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(api_version = "", attrs = []) ⇒ UnsupportedAttribute

Returns a new instance of UnsupportedAttribute.



17
18
19
# File 'lib/bugherd_client/errors.rb', line 17

def initialize(api_version="", attrs=[])
  super("Attributes (#{attrs.join(',')}) supported in #{api_version}")
end