moebrowne / BitBucket-Team-Issue-Manager

A tool that allows you to see, sort and filter all issues from a BitBucket team
GNU General Public License v3.0
2 stars 0 forks source link

Throw Exception When Auth File Not Found #1

Closed moebrowne closed 8 years ago

moebrowne commented 8 years ago

If you don't populate or create the auth.json it tries to read it regardless and of course fails, we need to add a file_exists() check and throw an exception if there is a problem

moebrowne commented 8 years ago

An exception is now thrown