<?php namespace Tuf\Exception\Attack; /** * Indicates a potential rollback attack. */ class RollbackAttackException extends AttackException { }