Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../.././vendor/laravel/../maatwebsite/excel/src/././Factories/././../Exceptions
الملفات الموجودة في هذا الـ Path:
.
..
ConcernConflictException.php
LaravelExcelException.php
NoFilePathGivenException.php
NoFilenameGivenException.php
NoTypeDetectedException.php
RowSkippedException.php
SheetNotFoundException.php
UnreadableFileException.php

مشاهدة ملف: ConcernConflictException.php

<?php

namespace Maatwebsite\Excel\Exceptions;

use LogicException;

class ConcernConflictException extends LogicException implements LaravelExcelException
{
    /**
     * @return ConcernConflictException
     */
    public static function queryOrCollectionAndView()
    {
        return new static('Cannot use FromQuery, FromArray or FromCollection and FromView on the same sheet.');
    }
}