C# Class AppHarbor.GitCommandException

Inheritance: System.Exception
Show file Open project: appharbor/appharbor-cli

Public Methods

Method Description
GitCommandException ( ) : System
GitCommandException ( string message ) : System

Method Details

GitCommandException() public method

public GitCommandException ( ) : System
return System

GitCommandException() public method

public GitCommandException ( string message ) : System
message string
return System