Your IP : 216.73.216.84


Current Path : /home/helpink/www/libraries/vendor/php-tuf/php-tuf/src/Exception/Attack/
Upload File :
Current File : /home/helpink/www/libraries/vendor/php-tuf/php-tuf/src/Exception/Attack/AttackException.php

<?php

namespace Tuf\Exception\Attack;

use Tuf\Exception\TufException;

/**
 * Defines an exception base class for potential attacks.
 *
 * Use this class for all failures related to verifying trust in the remote
 * repository metadata or a remote target.
 */
abstract class AttackException extends TufException
{
}