‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Resource\Exception\OnlineMediaAlreadyExistsException Class Reference
Inheritance diagram for TYPO3\CMS\Core\Resource\Exception\OnlineMediaAlreadyExistsException:
TYPO3\CMS\Core\Resource\Exception TYPO3\CMS\Core\Exception

Public Member Functions

 __construct (private readonly File $onlineMedia, int $code=0)
 
 getOnlineMedia ()
 

Detailed Description

Exception indicating that an online media asset is already present in the target folder

Definition at line 26 of file OnlineMediaAlreadyExistsException.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Resource\Exception\OnlineMediaAlreadyExistsException::__construct ( private readonly File  $onlineMedia,
int  $code = 0 
)

Definition at line 28 of file OnlineMediaAlreadyExistsException.php.

Member Function Documentation

◆ getOnlineMedia()

TYPO3\CMS\Core\Resource\Exception\OnlineMediaAlreadyExistsException::getOnlineMedia ( )