LogUtils
@objc
public class LogUtils : NSObject
Undocumented
-
Undocumented
Declaration
Swift
public static func throwException(callingMethod: String, message: String, file: String = #file, function: String = #function, line: Int = #line) throws
-
Undocumented
Declaration
Swift
public static func throwException(callingMethod: String, error: Error, file: String = #file, function: String = #function, line: Int = #line) throws