Skip to content

Commit

Permalink
Merge pull request #67 from MindscapeHQ/set-classname-to-exception-class
Browse files Browse the repository at this point in the history
set ClassName as exception class
  • Loading branch information
Alex committed Apr 23, 2015
2 parents d69d3fb + 2540293 commit 08394c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Raygun4php/RaygunExceptionMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function __construct($exception)
{
$this->Message = $exceptionClass.': '.$exception->getMessage();
$this->BuildStackTrace($exception);
$this->ClassName = $exceptionClass;
}
else
{
Expand Down

0 comments on commit 08394c9

Please sign in to comment.