Skip to content

Commit fe66454

Browse files
committed
Remove unused operation failed
1 parent f892237 commit fe66454

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ystdlib/io_interface/WriterInterface.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
namespace ystdlib::io_interface {
1515
class WriterInterface {
1616
public:
17-
// Types
18-
class OperationFailed : public std::exception {
19-
public:
20-
OperationFailed(ErrorCode error_code) {}
21-
};
22-
2317
// Constructor
2418
WriterInterface() = default;
2519

0 commit comments

Comments
 (0)