👎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