Exception: GoodData::InvalidEnvError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/gooddata/exceptions/invalid_env_error.rb

Constant Summary collapse

DEFAULT_MSG =
'Invalid environment: It must be JAVA platform'

Instance Method Summary collapse

Constructor Details

#initialize(msg = DEFAULT_MSG) ⇒ InvalidEnvError

Returns a new instance of InvalidEnvError.



11
12
13
# File 'lib/gooddata/exceptions/invalid_env_error.rb', line 11

def initialize(msg = DEFAULT_MSG)
  super(msg)
end