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