Skip to content

Instantly share code, notes, and snippets.

@ClaudiuCreanga
Created July 15, 2016 08:25
Show Gist options
  • Save ClaudiuCreanga/73227da6be793a0a4eaadc0c09b7eb26 to your computer and use it in GitHub Desktop.
Save ClaudiuCreanga/73227da6be793a0a4eaadc0c09b7eb26 to your computer and use it in GitHub Desktop.
$e = new \Exception;
echo "<pre>";
var_dump($e->getTraceAsString());
echo "</pre>";
die("test");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment