I finished the next pass for #31 and moved all classes of the Classes.js file into individual files, the Classes.js file itself is not required anymore.
All errors and exceptions are in a common errors.js file.
Some minor changes to improve readability.
The constructor functions of Exceptions are now named function.
I finished the next pass for #31 and moved all classes of the
Classes.js
file into individual files, theClasses.js
file itself is not required anymore.All errors and exceptions are in a common
errors.js
file.Some minor changes to improve readability.
The constructor functions of Exceptions are now named function.