class BinData::DSLMixin::DSLParser

def dsl_raise(exception, msg)

def dsl_raise(exception, msg)
  backtrace = caller
  backtrace.shift while %r{bindata/dsl.rb} =~ backtrace.first
  raise exception, "#{msg} in #{@the_class}", backtrace
end