Skip to content

Instantly share code, notes, and snippets.

@exu
Created December 7, 2011 10:24
Show Gist options
  • Save exu/1442304 to your computer and use it in GitHub Desktop.
Save exu/1442304 to your computer and use it in GitHub Desktop.
super method
class edpException extends sfException {
static public function getTraces($exception, $format = 'html') {
$traces = parent::getTraces($exception, $format);
return $traces;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment