class GoodData::ExecutionLimitExceeded

Public Class Methods

new(msg = 'The time limit click to toggle source
Calls superclass method
# 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