Exception: GoodData::ExecutionLimitExceeded

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'The time limit #{time_limit} secs for polling on #{link} is over') ⇒ ExecutionLimitExceeded

Returns a new instance of ExecutionLimitExceeded.



9
10
11
# File 'lib/gooddata/exceptions/execution_limit_exceeded.rb', line 9

def initialize(msg = 'The time limit #{time_limit} secs for polling on #{link} is over')
  super(msg)
end