More Bugfixes (#2685)
This commit is contained in:
parent
4a9519b6dc
commit
061b363f96
31 changed files with 162 additions and 119 deletions
|
@ -7,7 +7,6 @@ namespace Kavita.Common;
|
|||
/// The user does not exist (aka unauthorized). This will be caught by middleware and Unauthorized() returned to UI
|
||||
/// </summary>
|
||||
/// <remarks>This will always log to Security Log</remarks>
|
||||
[Serializable]
|
||||
public class KavitaUnauthenticatedUserException : Exception
|
||||
{
|
||||
public KavitaUnauthenticatedUserException()
|
||||
|
@ -18,8 +17,4 @@ public class KavitaUnauthenticatedUserException : Exception
|
|||
|
||||
public KavitaUnauthenticatedUserException(string message, Exception inner)
|
||||
: base(message, inner) { }
|
||||
|
||||
protected KavitaUnauthenticatedUserException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{ }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue