Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/api3dao/airnode
/
Class
packages/airnode-deployer/src/utils/infrastructure.ts:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
};
38
39
export
class
MultiMessageError extends Error {
40
constructor(public messages: string[]) {
41
super(messages.join(
'\n'
));
42
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected