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

parsley.exceptions.CorruptedReferenceException.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 CorruptedReferenceException
    extends ParsleyException("A reference has been used across two different parsers in separate calls to parse, causing it to be misallocated")
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy