Exception: Demiurge::Errors::RetryableError

Inherits:
Exception
  • Object
show all
Defined in:
lib/demiurge/exception.rb

Overview

A RetryableError or its subclasses normally indicate an error that is likely to be transient, and where retrying the tick is a reasonable attempt at a solution.

Since:

  • 0.0.1

Instance Attribute Summary

Attributes inherited from Exception

#execution_context, #info

Method Summary

Methods inherited from Exception

#backtrace_chain, #formatted, #initialize, #jsonable

Constructor Details

This class inherits a constructor from Demiurge::Errors::Exception