mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 15:06:29 +00:00
consolidate CommonSecurity to Common.dll
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace Azaion.CommonSecurity.Exceptions;
|
||||
|
||||
public class BusinessException(string message) : Exception(message);
|
||||
Reference in New Issue
Block a user