Edit File: NoSheetsFoundException.php
<?php namespace Maatwebsite\Excel\Exceptions; use LogicException; class NoSheetsFoundException extends LogicException implements LaravelExcelException { }
Back to File Manager