class SectionStrippedError

Declaration

class SectionStrippedError : public ErrorInfo { /* full declaration omitted */ };

Description

Base class for user error types. Users should declare their error types like: class MyError : public ErrorInfo <MyError > { .... }; This class provides an implementation of the ErrorInfoBase::kind method, which is used by the Error RTTI system.

Declared at: llvm/include/llvm/Object/COFF.h:1301

Inherits from: ErrorInfo

Method Overview

Methods

ΒΆSectionStrippedError()

Declared at: llvm/include/llvm/Object/COFF.h:1304