Style: C# 12 Primary constructor
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
namespace Hutopy.Domain.Exceptions;
|
||||
|
||||
public class UnsupportedColourException : Exception
|
||||
{
|
||||
public UnsupportedColourException(string code)
|
||||
: base($"Colour \"{code}\" is unsupported.")
|
||||
{
|
||||
}
|
||||
}
|
||||
public class UnsupportedColourException(
|
||||
string code) : Exception($"Colour \"{code}\" is unsupported.");
|
||||
|
||||
Reference in New Issue
Block a user