clj-serial icon indicating copy to clipboard operation
clj-serial copied to clipboard

About throwing an exception in serial.core/open.

Open yukiyone opened this issue 5 years ago • 0 comments

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.

yukiyone avatar Nov 26 '19 14:11 yukiyone