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

parsley.exceptions.BadLazinessException.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2020 Parsley Contributors 
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
package parsley.exceptions

// $COVERAGE-OFF$
private [parsley] class BadLazinessException
    extends ParsleyException("A parser has been referenced strictly before it has been initialised (see the FAQ in the Wiki)")
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy