Exception: GoodData::ExecutionLimitExceeded
- Defined in:
- lib/gooddata/exceptions/execution_limit_exceeded.rb
Instance Method Summary collapse
-
#initialize(msg = 'The time limit #{time_limit} secs for polling on #{link} is over') ⇒ ExecutionLimitExceeded
constructor
A new instance of ExecutionLimitExceeded.
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 |