for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hiqdev\assetpackagist\exceptions;
use yii\base\Exception;
class CorruptedPackageException extends Exception implements PermanentProblemExceptionInterface
{
public function getName()
return 'The package is corrupted and can not be processed';
}