UNPKG
@varasto/validator-storage
Version:
latest (4.0.0)
4.0.0
3.0.0
2.0.0
1.0.0
Varasto storage implementation that performs validation
rauli.dev/varasto
RauliL/varasto
@varasto/validator-storage
/
dist
/
errors.d.ts
8 lines
(7 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Exception that is thrown when attempting to access to a namespace that is * not mapped to an validation schema. */
export
declare
class
UnrecognizedNamespaceError
extends
Error
{
constructor
(
namespace
:
string
); }