chore(build): migrated di to TypeScript
This commit is contained in:
@ -161,7 +161,7 @@ class FunctionWrapper {
|
||||
class BaseException extends Error {
|
||||
final String message;
|
||||
|
||||
BaseException(this.message);
|
||||
BaseException([this.message]);
|
||||
|
||||
String toString() {
|
||||
return this.message;
|
||||
|
Reference in New Issue
Block a user