Skip to content

Commit

Permalink
Merge pull request #43 from benarent/master
Browse files Browse the repository at this point in the history
User our standard format so we can better group
  • Loading branch information
dbtlr committed Apr 18, 2015
2 parents 73452c7 + b3d295e commit 59b131a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Airbrake/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function notifyOnError($message, array $backtrace = null, $extraParams =

$notice = new Notice;
$notice->load(array(
'errorClass' => 'PHP Error',
'errorClass' => 'PHP::Error',
'backtrace' => $backtrace,
'errorMessage' => $message,
'extraParams' => $extraParams,
Expand Down

0 comments on commit 59b131a

Please sign in to comment.