Open nekromoff opened 7 years ago
This client is great!
However, since it communicates directly with API it must correct for the Fatal errors, since it otherwise crashes and ends the whole process.
Using try and catch blocks should be therefore mandatory in the code with a possible config option on how to behave.
try
catch
This client is great!
However, since it communicates directly with API it must correct for the Fatal errors, since it otherwise crashes and ends the whole process.
Using
try
andcatch
blocks should be therefore mandatory in the code with a possible config option on how to behave.