PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
maatwebsite
/
excel
/
src
/
Exceptions
/
Editing: NoSheetsFoundException.php
<?php namespace Maatwebsite\Excel\Exceptions; use LogicException; class NoSheetsFoundException extends LogicException implements LaravelExcelException { }
SAVE
CANCEL