PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
maatwebsite
/
excel
/
src
/
Exceptions
<?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.'); } }
[-] NoTypeDetectedException.php
[edit]
[-] LaravelExcelException.php
[edit]
[-] NoFilePathGivenException.php
[edit]
[+]
..
[-] NoFilenameGivenException.php
[edit]
[-] RowSkippedException.php
[edit]
[-] ConcernConflictException.php
[edit]
[-] SheetNotFoundException.php
[edit]
[-] UnreadableFileException.php
[edit]