File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ UnsupportedEndian::UnsupportedEndian()
6565MsUnsupportedCryptoAlgorithm::MsUnsupportedCryptoAlgorithm ()
6666 : std::runtime_error(" unsupported crypto algorithm" ) {}
6767
68- WrongPassword::WrongPassword () : std::runtime_error(" wrong password" ) {}
69-
7068UnknownDocumentType::UnknownDocumentType ()
7169 : std::runtime_error(" unknown document type" ) {}
7270
Original file line number Diff line number Diff line change @@ -137,11 +137,6 @@ struct MsUnsupportedCryptoAlgorithm final : public std::runtime_error {
137137 MsUnsupportedCryptoAlgorithm ();
138138};
139139
140- // / @brief Wrong password exception
141- struct WrongPassword final : public std::runtime_error {
142- WrongPassword ();
143- };
144-
145140// / @brief Unknown document type exception
146141struct UnknownDocumentType final : public std::runtime_error {
147142 UnknownDocumentType ();
You can’t perform that action at this time.
0 commit comments