Skip to content

Commit bda8133

Browse files
author
E5war5IT
committed
Introduce new features
1 parent 3714814 commit bda8133

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exceptions/exception.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Exception {
2+
constructor(message){
3+
4+
}
5+
}

0 commit comments

Comments
 (0)