D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
yenhis.org
/
wp-content
/
plugins
/
w3-total-cache
/
Filename :
Util_WpFile_FilesystemRmException.php
back
Copy
<?php namespace W3TC; class Util_WpFile_FilesystemRmException extends Util_WpFile_FilesystemOperationException { private $filename; public function __construct( $message, $credentials_form, $filename ) { parent::__construct( $message, $credentials_form ); $this->filename = $filename; } public function filename() { return $this->filename; } }