ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Methods in `ndex2/client.py` should raise an NDExError for invalid credentials #39

Closed coleslaw481 closed 5 years ago

coleslaw481 commented 5 years ago

Currently methods in class Ndex2 raise an Exception if credentials are missing for methods that require authentication. This should be replaced with an Exception derived from NDExError