Compare commits

...

1 Commits

Author SHA1 Message Date
Sameer Dev d5a71e3701 code update recorded at: 27/03/25 09:57:25 2025-03-27 09:57:25 +00:00

View File

@ -73,7 +73,6 @@ function modifyObj(obj) {
return obj; return obj;
} }
/* /*
Exceptions available: Exceptions available:
throw new EventNotSupportedException('your message here'); throw new EventNotSupportedException('your message here');
@ -97,3 +96,4 @@ Method for generating 256 hash code for a String:
*/ */