lib/amee/session.rb in hookercookerman-amee-0.1.6 vs lib/amee/session.rb in hookercookerman-amee-0.1.8
- old
+ new
@@ -4,9 +4,10 @@
class Expired < StandardError; end
class UnAuthorized < StandardError; end
class NotAuthenticated < StandardError; end
class PermissionDenied < StandardError; end
class NotFound < StandardError; end
+ class ServerNotFound < StandardError; end
class UnknownError < StandardError; end
attr_accessor :auth_token, :cache, :service
def self.create(username = nil, password = nil)
username ||= Amee::Config[:username]
\ No newline at end of file