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.



37
38
39
# File 'lib/bugherd_client/errors.rb', line 37

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