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