We should have an option (maybe turned on by default) that makes the library panic if a plain error (non validation error) occurs. I.e. unexpected errors/when the parser is unable to parse the validation syntax should trigger a panic. This so that the error is noticed and does not escape the developer.