Skip to content

Commit

Permalink
Remove unused constructors that used obsolete base constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
Muximize committed Mar 11, 2024
1 parent 0ccb813 commit 0858a44
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CodeGen/Exceptions/UnitsNetCodeGenException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@
// Copyright 2013 Andreas Gullberg Larsen (andreas.larsen84@gmail.com). Maintained at https://github.com/angularsen/UnitsNet.

using System;
using System.Runtime.Serialization;

namespace CodeGen.Exceptions
{
internal class UnitsNetCodeGenException : Exception
{
public UnitsNetCodeGenException()
{
}

protected UnitsNetCodeGenException(SerializationInfo info, StreamingContext context) : base(info, context)
{
}

public UnitsNetCodeGenException(string message) : base(message)
{
}
Expand Down

0 comments on commit 0858a44

Please sign in to comment.