/home/kueuepay/public_html/vendor/maatwebsite/excel/src/Exceptions/NoSheetsFoundException.php
<?php

namespace Maatwebsite\Excel\Exceptions;

use LogicException;

class NoSheetsFoundException extends LogicException implements LaravelExcelException
{
}
Examples

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository