namespace PhpTuf\ComposerStager\API\Exception
Object name | File name | Summary |
---|---|---|
ExceptionInterface | vendor/php-tuf/composer-stager/src/API/Exception/ExceptionInterface.php | An interface that all concrete exceptions must implement. |
InvalidArgumentException | vendor/php-tuf/composer-stager/src/API/Exception/InvalidArgumentException.php | This exception is thrown when an argument doesn't satisfy validation rules. |
IOException | vendor/php-tuf/composer-stager/src/API/Exception/IOException.php | This exception represents a device error, such as a failed filesystem operation. |
LogicException | vendor/php-tuf/composer-stager/src/API/Exception/LogicException.php | This exception represents an error in the program logic and should lead to a fix in your code. |
PreconditionException | vendor/php-tuf/composer-stager/src/API/Exception/PreconditionException.php | This exception is thrown when an API operation has an unfulfilled precondition. |
RuntimeException | vendor/php-tuf/composer-stager/src/API/Exception/RuntimeException.php | This exception is thrown if an error occurs that can only be found at runtime. |
TranslatableExceptionTrait | vendor/php-tuf/composer-stager/src/API/Exception/TranslatableExceptionTrait.php | Provides features for translatable exceptions. |