Closed moebrowne closed 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
auth.json
file_exists()
An exception is now thrown
If you don't populate or create the
auth.json
it tries to read it regardless and of course fails, we need to add afile_exists()
check and throw an exception if there is a problem