Exception: EDL::Matcher::ApplyError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/edl.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg, line) ⇒ ApplyError

Returns a new instance of ApplyError.



136
137
138
# File 'lib/edl.rb', line 136

def initialize(msg, line)
  super("%s - offending line was %s" % [msg, line.inspect])
end