class Ms::Format::FormatError

Attributes

str[RW]

Public Class Methods

new(msg, str) click to toggle source
Calls superclass method
# File lib/ms/format/format_error.rb, line 6
def initialize(msg, str)
  super(msg)
  @str = str
end