We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45ba4b commit 5477fc2Copy full SHA for 5477fc2
1 file changed
DirectSQL/DatabaseException.cs
@@ -6,9 +6,6 @@ namespace DirectSQL
6
{
7
class DatabaseException : Exception
8
9
- internal DatabaseException(String message, Exception exception) : base( message, exception)
10
- {
11
-
12
- }
+ internal DatabaseException(String message, Exception exception) : base( message, exception) {}
13
}
14
0 commit comments