name : TufException.php
<?php

namespace Tuf\Exception;

/**
 * Defines a base class for all exceptions thrown by php-tuf.
 */
abstract class TufException extends \Exception
{
}

© 2025 Cubjrnet7