Trait phper::errors::Throwable [−][src]
pub trait Throwable: Error { fn class_entry(&self) -> &StatelessClassEntry; fn code(&self) -> u64 { ... } fn message(&self) -> String { ... } }
Expand description
PHP Throwable, can cause throwing an exception when setting to crate::values::Val.
Required methods
fn class_entry(&self) -> &StatelessClassEntry
[src]