upload foto, dan bugs import
This commit is contained in:
@@ -8,10 +8,10 @@ use Throwable;
|
||||
class ImportRowException extends Exception
|
||||
{
|
||||
protected $data = null;
|
||||
|
||||
|
||||
public function __construct($message, $code = 0, Throwable $previous = null, $data)
|
||||
{
|
||||
parent::__construct($message, $code, $previous);
|
||||
parent::__construct($message, (int)$code, $previous);
|
||||
$this->data = $data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user