Sulu\Bundle\MediaBundle\Media\Exception\CacheNotFoundException::__construct PHP Method

__construct() public method

public __construct ( string $alias )
$alias string
    public function __construct($alias)
    {
        $this->alias = $alias;
        parent::__construct('Format cache with the alias ' . $alias . ' was not found', self::EXCEPTION_CACHE_NOT_FOUND);
    }