Knetik.KnetikApiResponse.LogException C# (CSharp) Method

LogException() private method

private LogException ( Exception e ) : void
e System.Exception
return void
        private void LogException(Exception e)
        {
            #if UNITY_EDITOR
            Debug.LogException(e);
            #endif
        }