init
This commit is contained in:
commit
ded4f4db26
43 changed files with 2052 additions and 0 deletions
5
Catalogger.Backend/CataloggerError.cs
Normal file
5
Catalogger.Backend/CataloggerError.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
namespace Catalogger.Backend;
|
||||
|
||||
public class CataloggerError(string message) : Exception(message)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue