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