| 1917 | |
| 1918 | public: |
| 1919 | explicit Exceptions(const Pe<arch>& pe) noexcept |
| 1920 | : m_descriptor(pe.template directory<DirExceptions>()) |
| 1921 | { |
| 1922 | } |
| 1923 | |
| 1924 | const DirectoryDescriptor<DirExceptions>& descriptor() const noexcept |
| 1925 | { |
nothing calls this directly
no outgoing calls
no test coverage detected