infrastructure DI
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace AipsCore.Infrastructure.DI.Configuration;
|
||||
|
||||
public class ConfigurationException : Exception
|
||||
{
|
||||
public ConfigurationException(string key)
|
||||
: base($"Env configuration error, key '{key}' not set.")
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user