Skip to content

Instantly share code, notes, and snippets.

@RufusTJohnson
Created July 30, 2018 02:46
Show Gist options
  • Select an option

  • Save RufusTJohnson/de24756aaa2ffeefa3776dfc70b190c1 to your computer and use it in GitHub Desktop.

Select an option

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
<?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