pub fn exceptions_attribute_parser(
    input: &[u8]
) -> Result<(&[u8], ExceptionsAttribute), BaseErr<(&[u8], ErrorKind)>>