Types

AttrNotFound

Represents an error of reading non-existent attribute of an object.

Parent types

Example

{
  type T
  t.a = 1
  echo(t.b)
}
# ... Exception of type AttrNotFound ...