libperun

Class std.cont.KeyError

Synopsis

public  class KeyError extends Exception

Exception thrown when trying to access a non-existent key in a map.

Fields

Constructors

public KeyError(String msg);

Construct the exception with the specified message.

Methods