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