class GitXplorer::Error::NoSubshellsAllowed

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/git_xplorer/error/no_subshells_allowed.rb, line 2
def initialize
    super("No subshells allowed in shell commands!")
end