error-icon-path ( type -- icon ) (original) (raw)

error-icon-path ( type -- icon )

Vocabulary
source-files.errors

Inputs

type an object

Outputs

icon an object

Definition

USING: accessors assocs namespaces ;

IN: source-files.errors

: error-icon-path ( type -- icon ) error-types get at icon>> ;