Sha256: e9030d9b67e48c3b40cfc8040d954b171043ea8f0adc409825a8ab86b6c3af78

Contents?: true

Size: 397 Bytes

Versions: 9

Compression:

Stored size: 397 Bytes

Contents

module framework {
  // Exception identifier: "FrameworkException"
  // Qualified name:       "::framework::FrameworkException"
  [Supplemental] exception FrameworkException {

    // Constant identifier: "ERR_NOT_FOUND"
    // Qualified name:      "::framework::FrameworkException::ERR_NOT_FOUND"
    const long ERR_NOT_FOUND = 1;

    // Exception field identifier: "code"
    long code;
  };
};

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
webidl-0.1.4 spec/fixtures/module_with_exception.idl
webidl-0.1.3 spec/fixtures/module_with_exception.idl
webidl-0.1.2 spec/fixtures/module_with_exception.idl
webidl-0.1.1 spec/fixtures/module_with_exception.idl
webidl-0.1.0 spec/fixtures/module_with_exception.idl
webidl-0.0.9 spec/fixtures/module_with_exception.idl
webidl-0.0.8 spec/fixtures/module_with_exception.idl
webidl-0.0.7 spec/fixtures/module_with_exception.idl
webidl-0.0.6 spec/fixtures/module_with_exception.idl