Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/aio/aio-builds-setup/dockerbuild/scripts-js/lib/preview-server/preview-error.ts

9 lines
228 B
TypeScript
Raw Permalink Normal View History

ci(aio): add initial implementation for aio-builds setup
2017-02-06 20:40:28 +02:00
// Classes
ci(docs-infra): rename 'upload-server' to 'preview-server' The server no longer has files uploaded to it. Instead it is more accurate to refer to it as dealing with "previews" of PRs.
2018-08-15 13:47:45 +01:00
export class PreviewServerError extends Error {
ci(aio): add initial implementation for aio-builds setup
2017-02-06 20:40:28 +02:00
// Constructor
constructor(public status: number = 500, message?: string) {
super(message);
ci(docs-infra): rename 'upload-server' to 'preview-server' The server no longer has files uploaded to it. Instead it is more accurate to refer to it as dealing with "previews" of PRs.
2018-08-15 13:47:45 +01:00
Object.setPrototypeOf(this, PreviewServerError.prototype);
ci(aio): add initial implementation for aio-builds setup
2017-02-06 20:40:28 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 176ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API