Exception: GitSmart::Exception

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/git-smart/exceptions.rb

Direct Known Subclasses

RunFailed, UnexpectedOutput

Instance Method Summary collapse

Constructor Details

#initialize(msg = '') ⇒ Exception

Returns a new instance of Exception.



3
4
5
# File 'lib/git-smart/exceptions.rb', line 3

def initialize(msg = '')
  super(msg)
end