Mixonomer.NET/Mixonomer/Exceptions/PlaylistNotFoundException.cs

6 lines
96 B
C#
Raw Normal View History

namespace Mixonomer.Exceptions;
public class PlaylistNotFoundException: MixonomerException
{
}