IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/vendor/maatwebsite/excel/src/Events/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/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;
    }
}

Copyright © 2021 - 2025 IMMREX7