diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs b/win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs index cbbcd4058..e54732517 100644 --- a/win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs +++ b/win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs @@ -44,8 +44,10 @@ namespace HandBrakeWPF.Exceptions /// <param name="solution"> /// The solution. /// </param> - public GeneralApplicationException(string error, string solution) : this(error, solution, null) - {} + public GeneralApplicationException(string error, string solution) + : this(error, solution, null) + { + } /// <summary> /// Gets or sets FailureReason. |