Exception: GitXplorer::Error::NoChainingAllowed

Inherits:
GitXplorer::Error show all
Defined in:
lib/git_xplorer/error/no_chaining_allowed.rb

Instance Method Summary collapse

Constructor Details

#initializeNoChainingAllowed

Returns a new instance of NoChainingAllowed.



2
3
4
# File 'lib/git_xplorer/error/no_chaining_allowed.rb', line 2

def initialize
    super("No chaining together shell commands!")
end