Skip to content

Commit

Permalink
typo (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
paxperscientiam committed Jan 24, 2021
1 parent 6f7e1c3 commit b2a4f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ try {
} catch (Exception $e) {
Debugger::log($e); // log exception
// or
Debugger::log($e, Debugger::ERROR) // also sends an email notification
Debugger::log($e, Debugger::ERROR); // also sends an email notification
}
```

Expand Down

0 comments on commit b2a4f56

Please sign in to comment.