File "NoSheetsFoundException.php"
Full Path: /var/www/html/back/vendor/maatwebsite/excel/src/Exceptions/NoSheetsFoundException.php
File size: 158 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Maatwebsite\Excel\Exceptions;
use LogicException;
class NoSheetsFoundException extends LogicException implements LaravelExcelException
{
}