AwbUpdater.ErrorHandler.BugReport.PrintForPhabricator C# (CSharp) Method

PrintForPhabricator() public method

public PrintForPhabricator ( ) : string
return string
            public string PrintForPhabricator()
            {
                return Print(new PhabricatorBugFormatter());
            }