Error messages

This is the list of error messages, as found in die() and exit() expressions.

MessageFileLine
"Your requested sheet index: {$index} is out of bounds. The actual number of sheets is {$sheetCount}."
/src/Exceptions/SheetNotFoundException.php25
"Your requested sheet name [{$name}] is out of bounds."
/src/Exceptions/SheetNotFoundException.php14
'Cannot use FromQuery, FromArray or FromCollection and FromView on the same sheet.'
/src/Exceptions/ConcernConflictException.php14
'A filepath needs to be passed in order to store the export.'
/src/Exceptions/NoFilePathGivenException.php36
'A filepath or UploadedFile needs to be passed to start the import.'
/src/Exceptions/NoFilePathGivenException.php28
sprintf('Formatter "%s" does not exist'$name)
/src/Imports/HeadingRowFormatter.php57
sprintf('Directory "%s" was not created'$concurrentDirectory)
/src/Files/TemporaryFileFactory.php53
'Importable has no OutputStyle. Declare one by using ->withOutput($this->output).'
/src/Concerns/Importable.php118
'Importable should implement ShouldQueue to be queued.'
/src/Concerns/Importable.php93
'Model name contains invalid characters.'
/src/Console/WithModelStub.php37
'ShouldQueue is only supported in combination with WithChunkReading.'
/src/Reader.php386