Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
recondole
/
wp-content-20250807152928
/
plugins
/
w3-total-cache
:
Util_WpFile_FilesystemRmdirException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace W3TC; class Util_WpFile_FilesystemRmdirException extends Util_WpFile_FilesystemOperationException { private $folder; public function __construct( $message, $credentials_form, $folder ) { parent::__construct( $message, $credentials_form ); $this->folder = $folder; } public function folder() { return $this->folder; } }