Exception: Copyleaks::AuthExpiredException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/copyleaks/models/exceptions/auth_expired_exception.rb

Instance Method Summary collapse

Constructor Details

#initializeAuthExpiredException

Returns a new instance of AuthExpiredException.



26
27
28
# File 'lib/copyleaks/models/exceptions/auth_expired_exception.rb', line 26

def initialize
  super 'Authentication Expired. Need to login again'
end