📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 23:27:34
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
guzzlehttp
/
guzzle
/
src
/
Exception
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception
🔄 Refresh
✏️
Editing: GuzzleException.php
Writable
<?php namespace GuzzleHttp\Exception; use Throwable; if (interface_exists(Throwable::class)) { interface GuzzleException extends Throwable { } } else { /** * @method string getMessage() * @method \Throwable|null getPrevious() * @method mixed getCode() * @method string getFile() * @method int getLine() * @method array getTrace() * @method string getTraceAsString() */ interface GuzzleException { } }
💾 Save Changes
❌ Cancel