
existence_error(?ObjectType, ?Culprit)

   throw error(existence_error(ObjectType,Culprit), _)

Arguments
   ObjectType          Specification of the expected object type
   Culprit             The non-existing object

Type
   library(error)

Description

    ISO-defined values for ObjectType: procedure, source_sink, stream.
    

Examples
   existence_error(procedure, ex_nihilo/0)


