Exception: GitXplorer::Error::NoSemicolonsAllowed

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

Instance Method Summary collapse

Constructor Details

#initializeNoSemicolonsAllowed

Returns a new instance of NoSemicolonsAllowed.



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

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