Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acumulador de excepciones #3

Open
edwrodrig opened this issue Aug 9, 2020 · 2 comments
Open

Acumulador de excepciones #3

edwrodrig opened this issue Aug 9, 2020 · 2 comments

Comments

@edwrodrig
Copy link
Collaborator

Lo mismo para la funciones de for pero cuando tu quieres registrar excepciones dentro de un contexto marcado por una maquina de estado, o transaccional
Ej:

begin();

register(excep);
register(excep);
register(excep);

end();

retrieve_exception_list();

Actualmente se usa esta forma en staty

@edwrodrig
Copy link
Collaborator Author

hecho en foreachTry

@edwrodrig edwrodrig reopened this Oct 3, 2020
@edwrodrig
Copy link
Collaborator Author

Esto es otra cosa, es acumulardo pero no en un ciclo for

@edwrodrig edwrodrig changed the title Excepciton acumulator Exception acumulator Oct 3, 2020
@edwrodrig edwrodrig changed the title Exception acumulator Exception accumulator Oct 3, 2020
@edwrodrig edwrodrig changed the title Exception accumulator Acumulador de excepciones Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant