X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/openspout/src/Reader/Exception
home
/
cbholdings
/
pasukulu
/
lib
/
openspout
/
src
/
Reader
/
Exception
/
📁
..
📄
InvalidValueException.php
(514 B)
📄
IteratorNotRewindableException.php
(143 B)
📄
NoSheetsFoundException.php
(135 B)
📄
ReaderException.php
(186 B)
📄
ReaderNotOpenedException.php
(137 B)
📄
SharedStringNotFoundException.php
(142 B)
📄
XMLProcessingException.php
(135 B)
Editing: InvalidValueException.php
<?php declare(strict_types=1); namespace OpenSpout\Reader\Exception; use Throwable; final class InvalidValueException extends ReaderException { private string $invalidValue; public function __construct(string $invalidValue, string $message = '', int $code = 0, ?Throwable $previous = null) { $this->invalidValue = $invalidValue; parent::__construct($message, $code, $previous); } public function getInvalidValue(): string { return $this->invalidValue; } }
Upload File
Create Folder