Searched refs:CAS_TypeMismatchException (Results 1 – 4 of 4) sorted by relevance
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | Client.php | 161 throw new CAS_TypeMismatchException($header, '$header', 'string'); 177 throw new CAS_TypeMismatchException($footer, '$footer', 'string'); 227 throw new CAS_TypeMismatchException($lang, '$lang', 'string'); 945 throw new CAS_TypeMismatchException($server_version, '$server_version', 'string'); 947 throw new CAS_TypeMismatchException($proxy, '$proxy', 'boolean'); 949 throw new CAS_TypeMismatchException($server_hostname, '$server_hostname', 'string'); 951 throw new CAS_TypeMismatchException($server_port, '$server_port', 'integer'); 953 throw new CAS_TypeMismatchException($server_uri, '$server_uri', 'string'); 955 throw new CAS_TypeMismatchException($changeSessionID, '$changeSessionID', 'boolean'); 1521 throw new CAS_TypeMismatchException($n, '$n', 'string'); [all …]
|
| H A D | TypeMismatchException.php | 40 class CAS_TypeMismatchException class
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ServiceBaseUrl/ |
| H A D | Static.php | 53 throw new CAS_TypeMismatchException($name, '$name', 'string');
|
| H A D | AllowedListDiscovery.php | 58 throw new CAS_TypeMismatchException($list, '$list', 'array');
|