More Bugfixes (#2685)
This commit is contained in:
parent
4a9519b6dc
commit
061b363f96
31 changed files with 162 additions and 119 deletions
|
@ -6,7 +6,6 @@ namespace Kavita.Common;
|
|||
/// <summary>
|
||||
/// These are used for errors to send to the UI that should not be reported to Sentry
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class KavitaException : Exception
|
||||
{
|
||||
public KavitaException()
|
||||
|
@ -17,8 +16,4 @@ public class KavitaException : Exception
|
|||
|
||||
public KavitaException(string message, Exception inner)
|
||||
: base(message, inner) { }
|
||||
|
||||
protected KavitaException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{ }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue