Nueva mejoras Y estabilidad
This commit is contained in:
7
MicroORM/Exceptions/OrmException.cs
Normal file
7
MicroORM/Exceptions/OrmException.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MicroORM.Exceptions;
|
||||
|
||||
public class OrmException : Exception
|
||||
{
|
||||
public OrmException(string message, Exception? inner = null)
|
||||
: base(message, inner) { }
|
||||
}
|
||||
Reference in New Issue
Block a user