Your IP : 216.73.216.171


Current Path : /home/ereika83/public_html/wp-content/plugins/snapshot/lib/Snapshot/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/snapshot/lib/Snapshot/Exception.php

<?php // phpcs:ignore

/**
 * General snapshot exception
 */
class Snapshot_Exception extends Exception {

	/**
	 * Gets the current error key
	 *
	 * @uses Exception::getMessage()
	 *
	 * @return string
	 */
	public function get_error_key () {
		return $this->getMessage();
	}
}