A | |
Argument_missing [Flags] |
Raised by methods
Flags.lookup.string and Flags.lookup.int
when the requested argument isn't present.
|
B | |
Bug [Util] |
Indicates a bug in the library.
|
C | |
CoFailure [Shtream.COMMON] |
Alias for
Shtream.CoFailure
|
CoFailure [Shtream] |
Raised if a coshtream is no longer accepting data.
|
D | |
Dead [IVar] |
Raised on attempts to re-use an
IVar .
|
F | |
Failure [Shtream.COMMON] |
Alias for
Shtream.Failure
|
Failure [Shtream] |
Raised on attempts to retrieve elements from an empty
Shtream.t .
|
N | |
Not_child [Proc] |
Raised on attempts to get the exit status of a process that
isn't a child of the current process
|
S | |
Signal |
Raised by
Signal.signal_protect when a signal is delivered.
|