Exception handling syntax: Difference between revisions

Content deleted Content added
m [[Ada (programming language)|Ada]]: add declaration in example, removed epilogue as this is handled by the template
Line 18:
 
'''with''' Ada.Exceptions; '''use''' Ada.Exceptions;
Some_Error : '''exception''';
'''procedure''' Foo '''is'''
Some_Error : '''exception''';
'''begin'''
Do_Something_Interesting;