芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/vendor/punic/punic/src/Exception/NotImplemented.php
function = $function; $message = "$function is not implemented"; parent::__construct($message, \Punic\Exception::NOT_IMPLEMENTED, $previous); } /** * Retrieves the name of the not implemented function/method. * * @return string */ public function getFunction() { return $this->function; } }