Ostico / PhpOrient

PhpOrient - Official Php driver based on the binary protocol of OrientDB.
Other
68 stars 37 forks source link

Creating a class that already exists #77

Closed 0xfff closed 8 years ago

0xfff commented 8 years ago

...throws an exception. It would be much nicer (easier to handle) if it returned 0 instead (throwing an exception)

Ostico commented 8 years ago

PhpOrient simply reports the OrientDB exception up to the client. All drivers do the same thing.