Class GitCliException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.craftercms.studio.api.v2.exception.git.cli.GitCliException
All Implemented Interfaces:
Serializable

public class GitCliException extends IOException
Root exception for the Git CLI.
Since:
3.1.23
Author:
Alfonso Vasquez
See Also:
  • Constructor Details

    • GitCliException

      public GitCliException(String msg)
    • GitCliException

      public GitCliException(String msg, Throwable throwable)