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

__construct() public method

public __construct ( string $id )
$id string
    public function __construct($id)
    {
        parent::__construct('Collection with the ID ' . $id . ' was not found', self::EXCEPTION_CODE_COLLECTION_NOT_FOUND);
    }
CollectionNotFoundException