I have a function that throws an error, in this function I have a inside a closure that I need to throw the error from it\'s completion handler. Is that possibl
inside a
You can not make function with throw, but return a closure with status or error! If it's not clear I can give some code.
throw
closure