Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/maatwebsite/excel/src/Concerns/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/maatwebsite/excel/src/Concerns/SkipsOnError.php

<?php

namespace Maatwebsite\Excel\Concerns;

use Throwable;

interface SkipsOnError
{
    /**
     * @param  Throwable  $e
     */
    public function onError(Throwable $e);
}