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.



140
141
142
# File 'lib/edl.rb', line 140

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