Sha256: 26d5b49e0e3c8806e562ba5554f9804769f3d10205c2cbf425f65b1020310461
Contents?: true
Size: 235 Bytes
Versions: 48
Compression:
Stored size: 235 Bytes
Contents
# Thrown when a user attempts to pass a CAS ticket that the server # says is invalid. class InvalidCasTicketException < Exception attr_reader :ticket def initialize(ticket, msg=nil) super(msg) @ticket = ticket end end
Version data entries
48 entries across 48 versions & 3 rubygems