mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:36:30 +00:00
3 lines
113 B
C#
3 lines
113 B
C#
namespace Azaion.CommonSecurity.Exceptions;
|
|
|
|
public class BusinessException(string message) : Exception(message); |