James Moger
2013-01-16 8c8f1f537b62a608e9ef01b70bec5a8df4dc8e8a
src/com/gitblit/GitBlitException.java
@@ -31,6 +31,10 @@
      super(message);
   }
   public GitBlitException(Throwable cause) {
      super(cause);
   }
   /**
    * Exception to indicate that the client should prompt for credentials
    * because the requested action requires authentication.