Exception: GitXplorer::Error::NoChainingAllowed
- Inherits:
-
GitXplorer::Error
- Object
- RuntimeError
- GitXplorer::Error
- GitXplorer::Error::NoChainingAllowed
- Defined in:
- lib/git_xplorer/error/no_chaining_allowed.rb
Instance Method Summary collapse
-
#initialize ⇒ NoChainingAllowed
constructor
A new instance of NoChainingAllowed.
Constructor Details
#initialize ⇒ NoChainingAllowed
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 |