class MGit::Error

Attributes

msg[R]
type[R]

Public Class Methods

new(msg, type:nil) click to toggle source
# File lib/m-git/error.rb, line 14
def initialize(msg, type:nil)
  @msg = msg
  @type = type
end