This website requires JavaScript.
Explore
Help
Register
Sign in
sam
/
Catalogger.NET
Watch
1
Star
0
Fork
You've already forked Catalogger.NET
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d221441c10
Catalogger.NET
/
Catalogger.Backend
/
CataloggerError.cs
4 lines
101 B
C#
Raw
Normal View
History
Unescape
Escape
init
2024-08-13 13:08:50 +02:00
namespace
Catalogger.Backend
;
chore: format with csharpier
2024-10-09 17:35:11 +02:00
public
class
CataloggerError
(
string
message
)
:
Exception
(
message
)
{
}
Reference in a new issue
Copy permalink