Example #1
0
 protected function formatedExceptionMessage(\Exception $exception)
 {
     return sprintf('%s: %s in %s line %s', $exception->getDisplayType(), $exception->getMessage(), $exception->getFile(), $exception->GetLine());
 }