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

parsley.exceptions.UnfilledReferenceException.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 UnfilledReferenceException
    extends ParsleyException("A parser uses a reference that has not been initialised by a `set`")
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy