/**
* @deprecated tag:v6.6.0 - will be removed, use MediaException::mediaFolderNotFound instead
*/
#[Package('buyers-experience')]
class MediaFolderNotFoundException extends MediaException
{ public function __construct(string
$folderId) { Feature::
triggerDeprecationOrThrow( 'v6.6.0.0',
Feature::
deprecatedClassMessage(self::
class, 'v6.6.0.0', 'use MediaException::mediaFolderNotFound instead'
) );
parent::
__construct( Response::HTTP_NOT_FOUND,
self::MEDIA_FOLDER_NOT_FOUND,
'Could not find media folder with id: "{{ folderId }}"',
['folderId' =>
$folderId] );
} public function getErrorCode(): string
{