Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Error while handling structures that do not permit Actions, inside Actions #16

Closed
smaugho opened this issue Nov 26, 2016 · 0 comments
Closed
Assignees
Labels

Comments

@smaugho
Copy link
Member

smaugho commented Nov 26, 2016

In Action methods, when structures that doesn't permit actions inside are nested, this generate errors.

Ex.

      try {
            settings.getCategories();

            try {
                settings.getCategories();
            } catch (Exception e) {
                settings.getId();
            }

        } catch (Exception e) {
            settings.getId();
        }
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant