Class NoChangesToCommitException

All Implemented Interfaces:
Serializable

public class NoChangesToCommitException extends GitCliOutputException
Exception thrown when a Git commit is attempted but there's nothing to commit.
Since:
3.1.23
Author:
Alfonso Vasquez
See Also:
  • Constructor Details

    • NoChangesToCommitException

      public NoChangesToCommitException(int exitValue, String msg)