Function ext_php_rs::zend::ce::exception

source ·
pub fn exception() -> &'static ClassEntry
Expand description

Returns the base Exception class.

Examples found in repository?
src/exception.rs (line 50)
49
50
51
    pub fn default(message: String) -> Self {
        Self::new(message, 0, ce::exception())
    }