Function error_1

Source
pub fn error_1(exc: &impl ExceptionTraitConst) -> Result<()>
๐Ÿ‘ŽDeprecated: drop this version
Expand description

! Signals an error and raises the exception.

By default the function prints information about the error to stderr, then it either stops if cv::setBreakOnError() had been called before or raises the exception. It is possible to alternate error processing by using #redirectError().

ยงParameters

  • exc: the exception raisen.

Deprecated: drop this version