initial
This commit is contained in:
8
ts/index.ts
Normal file
8
ts/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import * as plugins from './smarterror.plugins'
|
||||
|
||||
export class SmartError extends Error {
|
||||
name = 'SmartError'
|
||||
constructor (errorMessageArg: string) {
|
||||
super(errorMessageArg)
|
||||
}
|
||||
}
|
1
ts/smarterror.plugins.ts
Normal file
1
ts/smarterror.plugins.ts
Normal file
@ -0,0 +1 @@
|
||||
import 'typings-global'
|
Reference in New Issue
Block a user