RegistryException

- Doc
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-27 13:18:54 +02:00
parent 6c93f15572
commit 8a6c7d20c7
1 changed files with 14 additions and 7 deletions

View File

@ -226,13 +226,7 @@ unittest
}
}
public final class RegistryException : Exception
{
this(string msg)
{
super(msg);
}
}
/**
* An entry derived from
@ -281,6 +275,19 @@ public struct RegistryEntry
}
}
/**
* An exception thrown when something
* goes wrong with your usage of the
* `Registry`
*/
public final class RegistryException : Exception
{
private this(string msg)
{
super(msg);
}
}
/**
* A registry for managing
* multiple mappings of