mgufrone / cpanel-php

CPanel/WHM API for PHP
MIT License
158 stars 91 forks source link

add throw parameter to runQuery #20

Closed fliiiix closed 7 years ago

fliiiix commented 7 years ago

If set to true this rethrow the exception. This is needed since checkConnection() depends on the raw exception. $throw is by default false.