b0y-101 Mini Shell


Current Path : E:/www2/kidsbangna/wp-content/plugins/wordfence/lib/
File Upload :
Current File : E:/www2/kidsbangna/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;
	}

}

Copyright © 2019 by b0y-101