You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2021. It is now read-only.
It seems that throwing an "Opt_NotSupported_Exception" exceptions is not supported :-) (Those type of errors make me smile while working. Is it rather an easter egg? :P ).
Below is a list of occurrences of the "Opt_NotSupported_Exception" keyword, but no class definition.
# grep -R -n NotSupported Op*
Opt/Expression/Standard.php:292: throw new Opt_NotSupported_Exception('language variable call', 'no translation interface installed');
Opt/Expression/Standard.php:564: throw new Opt_OperationNotSupported_Exception($path, $this->_dfCalls[$context]);
Opt/Expression/Standard.php:999: throw new Opt_NotSupported_Exception('direct object access', 'disabled by the configuration');
Opt/Expression/Standard.php:1025: throw new Opt_NotSupported_Exception('direct object access', 'disabled by the configuration');
Opt/Expression/Standard.php:1045: throw new Opt_NotSupported_Exception('direct object access', 'disabled by the configuration');
Opt/Expression/Standard.php:1082: throw new Opt_NotSupported_Exception('direct class access', 'disabled by the configuration');
Opt/Expression/Standard.php:1124: throw new Opt_NotSupported_Exception('direct object access', 'disabled by the configuration');
Opt/Expression/Standard.php:1160: throw new Opt_NotSupported_Exception('direct array access', 'disabled by the configuration');
Opt/Expression/Standard.php:1184: throw new Opt_NotSupported_Exception('direct array access', 'disabled by the configuration');
Opt/Expression/Standard.php:1205: throw new Opt_NotSupported_Exception('object creation', 'disabled by the configuration');
(This is a copy of http://bugs.invenzzia.org/task/179 )
It seems that throwing an "Opt_NotSupported_Exception" exceptions is not supported :-) (Those type of errors make me smile while working. Is it rather an easter egg? :P ).
Below is a list of occurrences of the "Opt_NotSupported_Exception" keyword, but no class definition.