1--
2-- Copyright (C) 1998
3-- All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc..
4--
5-- Permission to use, copy, modify, and distribute this
6-- software and its documentation for EDUCATIONAL purposes
7-- and without fee is hereby granted provided that this
8-- copyright notice appears in all copies.
9--
10--
11
12-- date : January 1, 1998.
13-- authorĀ : Salih Yurttas.
14
15-- purposeĀ : Error handling by exceptions.
16
17-- error_handling_02.adb
18
19
20with Error_Handling_02_P; use Error_Handling_02_P;
21
22procedure Error_Handling_02 is
23
24begin
25
26 PA;
27
28end Error_Handling_02;