Remove DbModelConfigurationException and related logic
Removed the DbModelConfigurationException class and all its usages from DbModelOptions and EntityOptions. Indexers in these classes no longer throw this exception when configuration is missing. Updated the project file to include the Common\Options\DbModel\ folder.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace ReC.Application.Common.Exceptions;
|
||||
|
||||
public class DbModelConfigurationException : Exception
|
||||
{
|
||||
public DbModelConfigurationException() { }
|
||||
|
||||
public DbModelConfigurationException(string message) : base(message) { }
|
||||
}
|
||||
Reference in New Issue
Block a user