Exception: BugherdClient::Errors::NotAvailable

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

Instance Method Summary collapse

Constructor Details

#initialize(api_version, msg = '') ⇒ NotAvailable

Returns a new instance of NotAvailable.



11
12
13
# File 'lib/bugherd_client/errors.rb', line 11

def initialize(api_version, msg='')
  super("#{msg} not available in API v#{api_version}")
end