?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/wordfence/lib/
Upload File :
Current File : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/wordfence/lib/wfInvalidPathException.php

<?php

class wfInvalidPathException extends RuntimeException {

	private $path;

	public function __construct($message, $path) {
		parent::__construct("{$message} for path {$path}");
		$this->path = $path;
	}

	public function getPath() {
		return $this->path;
	}

}