magickGetExceptionType method

ExceptionType magickGetExceptionType()

Returns the exception type associated with this wand. If no exception has occurred, UndefinedException is returned.

Implementation

ExceptionType magickGetExceptionType() => ExceptionType.fromValue(
    _magickWandBindings.MagickGetExceptionType(_wandPtr));