Skip to content

Instantly share code, notes, and snippets.

@raank
Last active October 28, 2016 20:05
Show Gist options
  • Save raank/68c6cea3eab90bec21d1e9be19302ff0 to your computer and use it in GitHub Desktop.
Save raank/68c6cea3eab90bec21d1e9be19302ff0 to your computer and use it in GitHub Desktop.
<?php
$at = 'teste';
$this->body = sprintf("[%s] %s in %s line %d\n\n%s\n\n%s", $at, $classname, $filename, $line, $message, $trace);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment