| Current Path : /var/www/html/edd.sumar.com.py/vendor/maatwebsite/excel/src/Exceptions/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/maatwebsite/excel/src/Exceptions/NoSheetsFoundException.php |
<?php
namespace Maatwebsite\Excel\Exceptions;
use LogicException;
class NoSheetsFoundException extends LogicException implements LaravelExcelException
{
}