Exception: BugherdClient::Errors::InvalidOption

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "invalid option") ⇒ InvalidOption

Returns a new instance of InvalidOption.



5
6
7
# File 'lib/bugherd_client/errors.rb', line 5

def initialize(msg="invalid option")
  super(msg)
end