Your IP : 216.73.216.1


Current Path : /home/fotouserdopd8j/www/wp-content/plugins/wordfence/lib/
Upload File :
Current File : /home/fotouserdopd8j/www/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;
	}

}