All Downloads are FREE. Search and download functionalities are using the official Maven repository.

parsley.BadLazinessException.scala Maven / Gradle / Ivy

The newest version!
package parsley

// $COVERAGE-OFF$
private [parsley] class BadLazinessException
    extends RuntimeException("A parser has been referenced strictly before it has been initialised (see the FAQ in the Wiki)") {
    setStackTrace(getStackTrace.dropWhile(_.toString.startsWith("parsley")))
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy