Exception: GitXplorer::Error::NoSubshellsAllowed

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

Instance Method Summary collapse

Constructor Details

#initializeNoSubshellsAllowed



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

def initialize
    super("No subshells allowed in shell commands!")
end