/home/desid573/public_html/payment/xero-2/vendor/guzzlehttp/guzzle/src/Exception
NameSizeModeActions
BadResponseException.php8060644editdlrm
ClientException.php1620644editdlrm
ConnectException.php7260644editdlrm
GuzzleException.php4710644editdlrm
InvalidArgumentException.php1420644editdlrm
RequestException.php51420644editdlrm
SeekException.php5880644editdlrm
ServerException.php1620644editdlrm
TooManyRedirectsException.php1000644editdlrm
TransferException.php1200644editdlrm
Edit: /home/desid573/public_html/payment/xero-2/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php (588B)
stream = $stream; $msg = $msg ?: 'Could not seek the stream to position ' . $pos; parent::__construct($msg); } /** * @return StreamInterface */ public function getStream() { return $this->stream; } }