phpCAS
version 1.4.0
CAS
OutOfSequenceBeforeClientException.php
Go to the documentation of this file.
1
<?php
2
43
class
CAS_OutOfSequenceBeforeClientException
44
extends
CAS_OutOfSequenceException
45
implements
CAS_Exception
46
{
52
public
function
__construct
()
53
{
54
parent::__construct(
55
'this method cannot be called before phpCAS::client() or phpCAS::proxy()'
56
);
57
}
58
}
CAS_OutOfSequenceBeforeClientException\__construct
__construct()
Definition:
OutOfSequenceBeforeClientException.php:52
CAS_OutOfSequenceException
Definition:
OutOfSequenceException.php:44
CAS_OutOfSequenceBeforeClientException
Definition:
OutOfSequenceBeforeClientException.php:43
CAS_Exception
Definition:
Exception.php:55
Generated by
1.8.13