agent-js icon indicating copy to clipboard operation
agent-js copied to clipboard

Move all usage of `Error(...)` to custom error classes

Open hansl opened this issue 4 years ago • 1 comments

To cut corners we didn't really use custom error classes (because they require more coding and thinking then just textual errors), but after the launch and at the current state of the Agent JS it is time to start considering them.

Another advantage is that we will be able to replace strings with numbers when we can.

hansl avatar May 14 '21 18:05 hansl

#508 continues this effort

krpeacock avatar Oct 28 '21 21:10 krpeacock