[][src]Function ketos::exec::panic

pub fn panic<T, E>(value: T) -> E where
    T: Into<Value>,
    E: From<ExecError>, 

Returns a Panic error with the given value.

This is equivalent to (panic value).