phpCAS
version 1.4.0
CAS
OutOfSequenceBeforeAuthenticationCallException.php
Go to the documentation of this file.
1
<?php
2
43
class
CAS_OutOfSequenceBeforeAuthenticationCallException
44
extends
CAS_OutOfSequenceException
45
implements
CAS_Exception
46
{
52
public
function
__construct
()
53
{
54
parent::__construct(
'An authentication call hasn\'t happened yet.'
);
55
}
56
}
CAS_OutOfSequenceBeforeAuthenticationCallException
Definition:
OutOfSequenceBeforeAuthenticationCallException.php:43
CAS_OutOfSequenceException
Definition:
OutOfSequenceException.php:44
CAS_Exception
Definition:
Exception.php:55
CAS_OutOfSequenceBeforeAuthenticationCallException\__construct
__construct()
Definition:
OutOfSequenceBeforeAuthenticationCallException.php:52
Generated by
1.8.13