class GoodData::ExecutionLimitExceeded
Public Class Methods
Source
# 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
Calls superclass method