php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

Request: RuntimeException in constructor #51

Closed SergioFloresG closed 5 years ago

SergioFloresG commented 6 years ago

I have noticed that the constructor throws an ErrorException and the IDE always marks the warning that the Exception is not captured, so I propose to change it for RuntimeException since the dependency of the library is in execution time and not process.

amouhzi commented 6 years ago

Thank you for raising the problem. I will accept a pull request for that.