Exception
Thrown when a user attempts to pass a CAS ticket that the server says is invalid.
# File lib/devise_cas_authenticatable/exceptions.rb, line 6 def initialize(ticket, msg=nil) super(msg) @ticket = ticket end
[Validate]
Generated with the Darkfish Rdoc Generator 2.