Skip to content

Commit

Permalink
BackwardsCompatibilityBreak - Removed fPrintableException::prepareMes…
Browse files Browse the repository at this point in the history
…sage()
  • Loading branch information
wbond committed Apr 12, 2012
1 parent e4089f1 commit 4c45852
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions classes/fPrintableException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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%'
*
Expand Down

0 comments on commit 4c45852

Please sign in to comment.