for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Asset Packagist.
*
* @link https://github.com/hiqdev/asset-packagist
* @package asset-packagist
* @license BSD-3-Clause
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
*/
namespace hiqdev\assetpackagist\exceptions;
use yii\base\Exception;
class PackageNotExistsException extends Exception implements PermanentProblemExceptionInterface
{
public function getName()
return 'The package was not found';
}