diff --git a/classes/fPrintableException.php b/classes/fPrintableException.php index 07d3bd63..27823358 100644 --- a/classes/fPrintableException.php +++ b/classes/fPrintableException.php @@ -97,17 +97,6 @@ protected function prepare($content) } - /** - * Prepares the message for output into HTML - * - * @return string The prepared message - */ - public function prepareMessage() - { - return $this->prepare($this->message); - } - - /** * Prints the message inside of a div with the class being 'exception %THIS_EXCEPTION_CLASS_NAME%' *