parsley.exceptions.NonProductiveIterationException.scala Maven / Gradle / Ivy
/* SPDX-FileCopyrightText: © 2022 Parsley Contributors
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.exceptions
// $COVERAGE-OFF$
private [parsley] class NonProductiveIterationException(name: String)
extends ParsleyException(s"$name given parser which consumes no input, this will cause it to loop indefinitely")
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy