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

__construct() public method

public __construct ( string $message )
$message string
    public function __construct($message)
    {
        parent::__construct($message, self::EXCEPTION_CODE_COLLECTION_TYPE_NOT_FOUND);
    }
CollectionTypeNotFoundException