scala.StringContext
An exception that is thrown if a string contains a backslash (\) character that does not start a valid escape sequence.
\
The offending string
The index of the offending backslash character in str.
str
An exception that is thrown if a string contains a backslash (
\
) character that does not start a valid escape sequence.