  public void error(Throwable error, Map<String, Object> custom) {
    error(error, custom, null);
  }