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 PackageNotExistsException extends Exception implements PermanentProblemExceptionInterface
{
public function getName()
return 'The package was not found';
}