src/commonMain/kotlin/guru/zoroark/lixy/LixyNoMatchException.kt

Summary

Maintainability
A
0 mins
Test Coverage
package guru.zoroark.lixy
 
/**
* This exception signals that no match were found for a substring for the
* current state.
*/
class LixyNoMatchException(message: String) : LixyException(message)