| Current Path : /home/helpink/www/libraries/vendor/php-tuf/php-tuf/src/Exception/ |
| Current File : /home/helpink/www/libraries/vendor/php-tuf/php-tuf/src/Exception/DownloadSizeException.php |
<?php
namespace Tuf\Exception;
/**
* Indicates a remote repo file exceeds the maximum bytes allowed.
*/
class DownloadSizeException extends TufException
{
}