mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-28 18:12:29 -04:00
Adding episodes related info & NotFound exceptions
This commit is contained in:
@@ -6,6 +6,8 @@ namespace Kyoo.Models.Exceptions
|
||||
{
|
||||
public override string Message { get; }
|
||||
|
||||
public ItemNotFound() {}
|
||||
|
||||
public ItemNotFound(string message)
|
||||
{
|
||||
Message = message;
|
||||
|
||||
Reference in New Issue
Block a user