module TOML::BasicString

def self.parse_error(m)

def self.parse_error(m)
  fail ParseError.new "Escape sequence #{m} is reserved"
end