Constant EXCEPTION_MESSAGE

Source
pub const EXCEPTION_MESSAGE: &str = "exception.message";
Expand description

The exception message.

§Notes

§Examples

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