<?php

// AUTOMATICALLY GENERATED.  DO NOT EDIT.
// Use `composer build` to regenerate.

namespace Wikimedia\IDLeDOM;

/**
 * Error
 *
 * @see https://dom.spec.whatwg.org/#interface-error
 *
 * @phan-forbid-undeclared-magic-properties
 */
interface Error extends SimpleException {
	// Direct parent: SimpleException

}
