mirror of
https://github.com/bitwarden/server
synced 2025-12-16 00:03:54 +00:00
Reformat
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
namespace Bit.SeederApi.Services;
|
||||
|
||||
public class RecipeNotFoundException : Exception
|
||||
{
|
||||
public RecipeNotFoundException(string message) : base(message) { }
|
||||
}
|
||||
public class RecipeNotFoundException(string recipe) : Exception($"Recipe '{recipe}' not found");
|
||||
|
||||
public class RecipeExecutionException : Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user