aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/lib.rs
blob: 0e8fab57f8a948b13ce3a9b815c384d5886d6ff5 (plain)
1
2
3
4
5
#[derive(Debug)]
pub struct UnexpectedValueException {
    pub message: String,
    pub code: i64,
}