Exception: Copyleaks::AuthExpiredException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Copyleaks::AuthExpiredException
- Defined in:
- lib/copyleaks/models/exceptions/auth_expired_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ AuthExpiredException
constructor
A new instance of AuthExpiredException.
Constructor Details
#initialize ⇒ AuthExpiredException
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 |