Import from internal git
This commit is contained in:
3
Core/Exceptions/ConfigException.cs
Normal file
3
Core/Exceptions/ConfigException.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Core.Exceptions;
|
||||
|
||||
public class ConfigException(string message) : Exception(message);
|
||||
3
Core/Exceptions/FillerException.cs
Normal file
3
Core/Exceptions/FillerException.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Core.Exceptions;
|
||||
|
||||
public class FillerException(string message) : Exception(message);
|
||||
3
Core/Exceptions/OpenApiException.cs
Normal file
3
Core/Exceptions/OpenApiException.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Core.Exceptions;
|
||||
|
||||
public class CommandExecutionException(string message) : Exception(message);
|
||||
3
Core/Exceptions/PackageVersionException.cs
Normal file
3
Core/Exceptions/PackageVersionException.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Core.Exceptions;
|
||||
|
||||
public class PackageVersionException(string message) : Exception(message);
|
||||
3
Core/Exceptions/WeirdException.cs
Normal file
3
Core/Exceptions/WeirdException.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Core.Exceptions;
|
||||
|
||||
public class WeirdException(string message) : Exception(message);
|
||||
Reference in New Issue
Block a user