Created
July 30, 2018 02:46
-
-
Save RufusTJohnson/de24756aaa2ffeefa3776dfc70b190c1 to your computer and use it in GitHub Desktop.
bugsnag Handler.php -- Part of a demonstration how namespaces allow multiple declarations of the same class name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Credit to https://github.com/bugsnag/bugsnag-php | |
| namespace Bugsnag; | |
| class Handler | |
| { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment