summary refs log blame commit diff stats
path: root/src/errors.rs
blob: 4fc21445f5aeddcef24a059ac06dc915fd0eeeae (plain) (tree)
1
2
3
4
5
6
7
8







                        
pub struct PatternError;

#[derive(Clone)]
pub enum MatchError {
    StackOverflow,
    ValidationError,
    Other
}