class Copyleaks::AuthExipredException

Attributes

reason[R]

Public Class Methods

new() click to toggle source
# File lib/copyleaks/models/exceptions/auth_exipred_exception.rb, line 28
def initialize
  @reason = 'Authentication Expired. Need to login again'
end