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

__construct() public method

public __construct ( string $formatKey )
$formatKey string
    public function __construct($formatKey)
    {
        parent::__construct('Format with key ' . $formatKey . ' not found', self::EXCEPTION_FORMAT_NOT_FOUND);
    }
FormatNotFoundException