-
Notifications
You must be signed in to change notification settings - Fork 14
Framework Manager error handling #448
Copy link
Copy link
Closed
Description
AAM Framework Manager does not handle the errors properly. For instance, by executing the following code with user ID that does not exist, the result will be uncatched exception:
AAM::api()->jwts('user:99999', [ 'error_handling' => 'wp_error' ])->validate('XXXXXX');The correct result of such execution should be an instance of WP_Error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Ready For Release