summaryrefslogtreecommitdiff
path: root/FireBase/ExceptionEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'FireBase/ExceptionEventArgs.cs')
-rw-r--r--FireBase/ExceptionEventArgs.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/FireBase/ExceptionEventArgs.cs b/FireBase/ExceptionEventArgs.cs
index f1c7fac..185c952 100644
--- a/FireBase/ExceptionEventArgs.cs
+++ b/FireBase/ExceptionEventArgs.cs
@@ -15,7 +15,7 @@
/// <param name="exception"> The exception. </param>
public ExceptionEventArgs(T exception)
{
- this.Exception = exception;
+ Exception = exception;
}
}
@@ -25,4 +25,4 @@
{
}
}
-}
+} \ No newline at end of file