getInstance static method

Catcher getInstance()

Get current Catcher instance.

Implementation

static Catcher getInstance() {
  return _instance;
}