-- $Header: /ct/interp/ioexpkg.ada,v 1.2 84/02/22 13:56:30 penny Exp $ -- package io_exceptions is status_error :exception; mode_error :exception; name_error :exception; use_error :exception; device_error :exception; end_error :exception; data_error :exception; layout_error :exception; end io_exceptions;