. */ namespace Doctrine\DBAL\Exception; /** * Marker interface for all exceptions where retrying the transaction makes sense. * * @author Tobias Schultze * @link www.doctrine-project.org * @since 2.6 */ interface RetryableException { }