Method: GoodData::ExecutionLimitExceeded#initialize

Defined in:
lib/gooddata/exceptions/execution_limit_exceeded.rb

#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