Skip to content

Commit 7b45300

Browse files
authored
Mark LogExceptionAsFatal as internal. (#617)
1 parent d230cf3 commit 7b45300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crashlytics/src/Crashlytics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static void LogException(Exception exception) {
122122
/// <param name="exception">
123123
/// The exception to log as fatal.
124124
/// </param>
125-
public static void LogExceptionAsFatal(Exception exception) {
125+
internal static void LogExceptionAsFatal(Exception exception) {
126126
PlatformAccessor.Impl.LogExceptionAsFatal(exception);
127127
}
128128

0 commit comments

Comments
 (0)