class Warp::Dir::Errors::StoreFormatError
Attributes
line[R]
Public Class Methods
new(msg, line)
click to toggle source
Calls superclass method
# File lib/warp/dir/errors.rb, line 10 def initialize(msg, line) @line = line super msg end