File "ConcernConflictException.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/maatwebsite/excel/src/Exceptions/ConcernConflictException.php
File size: 394 bytes
MIME-type: text/x-php
Charset: utf-8

<?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.');
    }
}