mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 10:32:54 +00:00
More renaming
This commit is contained in:
parent
f8a068ee9e
commit
89af8ba123
1 changed files with 5 additions and 5 deletions
|
@ -40,12 +40,12 @@ UnsupportedBrandError = (message) ->
|
|||
return error
|
||||
UnsupportedBrandError.prototype.__proto___ = Error.prototype
|
||||
|
||||
UnsupportedPublisherExportsError = (message) ->
|
||||
UnsupportedExportRecordsError = (message) ->
|
||||
error = new Error(message)
|
||||
error.name = "UnsupportedPublisherExportsError"
|
||||
error.__proto__ = UnsupportedPublisherExportsError.prototype
|
||||
error.name = "UnsupportedExportRecordsError"
|
||||
error.__proto__ = UnsupportedExportRecordsError.prototype
|
||||
return error
|
||||
UnsupportedPublisherExportsError.prototype.__proto___ = Error.prototype
|
||||
UnsupportedExportRecordsError.prototype.__proto___ = Error.prototype
|
||||
|
||||
module.exports = Errors =
|
||||
NotFoundError: NotFoundError
|
||||
|
@ -54,4 +54,4 @@ module.exports = Errors =
|
|||
InvalidNameError: InvalidNameError
|
||||
UnsupportedFileTypeError: UnsupportedFileTypeError
|
||||
UnsupportedBrandError: UnsupportedBrandError
|
||||
UnsupportedPublisherExportsError: UnsupportedPublisherExportsError
|
||||
UnsupportedExportRecordsError: UnsupportedExportRecordsError
|
||||
|
|
Loading…
Reference in a new issue