summaryrefslogtreecommitdiff
path: root/FireBase/ExceptionEventArgs.cs
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-19 16:03:38 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-19 16:03:38 +0200
commitf89f308c525e9deebc6d2cf6416e27dfe1a299dc (patch)
tree7097ef871ead0245efda696198443eab8e443d3a /FireBase/ExceptionEventArgs.cs
parentf3983341be939235c1a6cd522b3bb5cc318a6d1a (diff)
Cleanup DiscoBot Project
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