Исключения
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace CatHasPawsContratcs.Exceptions;
|
||||
|
||||
public class StorageException : Exception
|
||||
{
|
||||
public StorageException(Exception ex) : base($"Error while working in storage: {ex.Message}", ex) { }
|
||||
}
|
||||
Reference in New Issue
Block a user