Exception: GitXplorer::Error::NoSubshellsAllowed
- Inherits:
-
GitXplorer::Error
- Object
- RuntimeError
- GitXplorer::Error
- GitXplorer::Error::NoSubshellsAllowed
- Defined in:
- lib/git_xplorer/error/no_subshells_allowed.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSubshellsAllowed
constructor
A new instance of NoSubshellsAllowed.
Constructor Details
#initialize ⇒ NoSubshellsAllowed
2 3 4 |
# File 'lib/git_xplorer/error/no_subshells_allowed.rb', line 2 def initialize super("No subshells allowed in shell commands!") end |