MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / semantic_error

Class semantic_error

erpcgen/src/ParseErrors.hpp:137–146  ·  view source on GitHub ↗

! * @brief Exception class for semantic errors. */

Source from the content-addressed store, hash-verified

135 * @brief Exception class for semantic errors.
136 */
137class semantic_error : public erpc_error
138{
139public:
140 /*!
141 * @brief Exception function for semantic errors.
142 *
143 * @param[in] __arg Exception error message.
144 */
145 explicit semantic_error(const std::string &__arg) : erpc_error(__arg) {}
146};
147
148/*!
149 * @brief Exception class for internal errors.

Callers 15

handleEnumMethod · 0.85
handleEnumMemberMethod · 0.85
handleBinaryOpMethod · 0.85
handleUnaryOpMethod · 0.85
handleProgramMethod · 0.85
handleStructMethod · 0.85
handleStructMemberMethod · 0.85
handleUnionCaseMethod · 0.85
handleFunctionMethod · 0.85
handleParamMethod · 0.85
setParameterDirectionMethod · 0.85
lookupDataTypeByNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected