Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/formatjs/formatjs
/ toString
Method
toString
packages/intl-messageformat/error.ts:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
this.originalMessage = originalMessage
24
}
25
public toString() {
26
return
`[formatjs Error: ${this.code}] ${this.message}`
27
}
28
}
29
30
export
class
InvalidValueError extends FormatError {
Callers
1
IntlMessageFormat
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected