1
2
3
4
use thiserror::Error;

#[derive(Error, Debug)]
pub enum RegionError {}