class GitSmart::Exception
Public Class Methods
new(msg = '')
click to toggle source
Calls superclass method
# File lib/git-smart/exceptions.rb, line 3 def initialize(msg = '') super(msg) end