%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/crm-ind-code/vendor/maatwebsite/excel/src/Events/
Upload File :
Create Path :
Current File : /home/silvzytp/crm-ind-code/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;
    }
}

Zerion Mini Shell 1.0