Sha256: be9728cb69c58cfac9246007086d4023be17f27b87caf5cd78db6fc297169668

Contents?: true

Size: 382 Bytes

Versions: 5

Compression:

Stored size: 382 Bytes

Contents

module framework {
  // Exception identifier: "FrameworkException"
  // Qualified name:       "::framework::FrameworkException"
  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

5 entries across 5 versions & 1 rubygems

Version Path
webidl-0.0.5 spec/fixtures/module_with_exception.idl
webidl-0.0.4 spec/fixtures/module_with_exception.idl
webidl-0.0.3 spec/fixtures/module_with_exception.idl
webidl-0.0.2 spec/fixtures/module_with_exception.idl
webidl-0.0.1 spec/fixtures/module_with_exception.idl