sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
23 lines (13 loc) • 335 B
Markdown
# Package: TopLevel
Class SyntaxError
# Inheritance Hierarchy
- Object
- TopLevel.Error
- SyntaxError
# Description
Represents a syntax error.
# Constructor Summary
SyntaxError() Constructs the error.
SyntaxError(msg : String) Constructs the error with the specified message.
# Method Summary
# Constructor Detail