[][src]Function objc_exception::throw

pub unsafe fn throw(exception: *mut Exception) -> !

Throws an Objective-C exception. The argument must be a pointer to an Objective-C object.

Unsafe because this unwinds from Objective-C.