index of
/
home
/
thefkyzp
/
public_html
/
wp-content
/
plugins
/
wordfence
/
lib
/
File: /home/thefkyzp/public_html/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php
<?php class wfInaccessibleDirectoryException extends RuntimeException { private $directory; public function __construct($message, $directory) { parent::__construct("{$message}: {$directory}"); $this->directory = $directory; } public function getDirectory() { return $this->directory; } }