lib/plaid/util.rb in plaid-1.0.1 vs lib/plaid/util.rb in plaid-1.1.0
- old
+ new
@@ -28,11 +28,11 @@
when 'Not Found'
raise 'Not Found'
when 'Institution not supported'
raise 'Institution not supported'
when 'Corrupted token'
- raise 'It appears that the access_token has been corrupted'
+ raise 'It appears that the access token has been corrupted'
else
raise err
end
end
@@ -66,7 +66,8 @@
error_handler('Not Found',res)
else
error_handler('Server Error',res)
end
end
+
end
end
\ No newline at end of file