NSError.fromPointer constructor

NSError.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

NSError.fromPointer(Pointer<Void> ptr) : super.fromPointer(ptr);