3 lines
106 B
C#
3 lines
106 B
C#
namespace SWAD.API.Exceptions;
|
|
|
|
public class TrackNotFoundException(string? message) : Exception(message); |