Constant EXCEPTION_MESSAGE

pub const EXCEPTION_MESSAGE: &'static str;
Expand description

The exception message.

§Notes

§Examples

  • "Division by zero"
  • "Can't convert 'int' object to str implicitly"