4 lines
100 B
C#
4 lines
100 B
C#
namespace AutobusApi.Application.Common.Exceptions;
|
|
|
|
public class NotFoundException : Exception { }
|