Sindbad~EG File Manager

Current Path : /var/www/html/edd.sumar.com.py/vendor/maatwebsite/excel/src/Events/
Upload File :
Current File : /var/www/html/edd.sumar.com.py/vendor/maatwebsite/excel/src/Events/ImportFailed.php

<?php

namespace Maatwebsite\Excel\Events;

use Throwable;

class ImportFailed
{
    /**
     * @var Throwable
     */
    public $e;

    /**
     * @param  Throwable  $e
     */
    public function __construct(Throwable $e)
    {
        $this->e = $e;
    }

    /**
     * @return Throwable
     */
    public function getException(): Throwable
    {
        return $this->e;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists