public void verifyInstallation()

in plugin/src/main/java/com/attachme/plugin/AttachmeInstaller.java [21:28]


  public void verifyInstallation() throws IOException {
    try {
      doVerifyInstallation();
    } catch (RuntimeException e) {
      log.error(e.getMessage());
      throw e;
    }
  }