mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 13:28:32 +03:00
export errors on default obj
This commit is contained in:
@@ -11,3 +11,9 @@ export function noFragment (parts) {
|
|||||||
export function noResource (parts) {
|
export function noResource (parts) {
|
||||||
return new Error(copy.errors.noResource(parts))
|
return new Error(copy.errors.noResource(parts))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default {
|
||||||
|
modelLayerGeneric,
|
||||||
|
noFragment,
|
||||||
|
noResource
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user