jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
533 stars 137 forks source link

Missing use statement for class Exception. #88

Closed flip111 closed 11 years ago

flip111 commented 11 years ago

The exception is thrown when cURL is not installed. But the exception lives in a different namespace. Alternatively use \exception on line 20.