in src/exceptions/AttributeRequiredException.hack [15:25]
public function __construct(x\node $that, string $attr) {
parent::__construct(
'Required attribute `'.
$attr.
'` was not specified in element '.
'`'.
self::getElementName($that).
"`.\n\n".
$that->__getSourcePositionWithErrorDefaultForNull(),
);
}