mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Lot's of refactoring
This commit is contained in:
parent
c6865d9dcc
commit
263240c648
36 changed files with 732 additions and 660 deletions
12
src/Ombi.Helpers/RuleNotFoundException.cs
Normal file
12
src/Ombi.Helpers/RuleNotFoundException.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace Ombi.Helpers
|
||||
{
|
||||
public class RuleNotFoundException : Exception
|
||||
{
|
||||
public RuleNotFoundException(string rule) : base($"rule: {rule} was not found")
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue