Compare commits

..

No commits in common. "main" and "27-03-25-e3b75c" have entirely different histories.

View File

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