File "LaravelExcelException.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/maatwebsite/excel/src/Exceptions/LaravelExcelException.php
File size: 118 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Maatwebsite\Excel\Exceptions;
use Throwable;
interface LaravelExcelException extends Throwable
{
}