added ci and tests

This commit is contained in:
2017-04-12 11:38:52 +02:00
parent f392c41263
commit a079308d44
22 changed files with 2501 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { HttpStatus, TStatusGroup } from './smartstatus.classes.http'
export class error500 extends HttpStatus {
export class status500 extends HttpStatus {
constructor () {
super({
code: 500,