Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.
This repository was archived by the owner on May 8, 2021. It is now read-only.

2.1-beta1: User API: Opt_NotSupported_Exception not supported #4

@skruppy

Description

@skruppy

(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.

# 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');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions