clj-serial
clj-serial copied to clipboard
About throwing an exception in serial.core/open.
Hi, I'm using this library in my project.
I noticed that serial.core/open is too difficult to handle exceptions. When an any exception occurred in this function, that exception is wrapped Exception. I think that Exception class has a lot of meaning. What do you think to remove try in this function?
Thank you.