File "LaravelExcelException.php"

Full Path: /var/www/html/back/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
{
}