aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/lz/common/error.h
blob: 371945d5b4315aea8c2d5f2ad6689cd31973892d (plain) (blame)
1
2
3
4
5
6
#pragma once

#include <util/generic/yexception.h>

struct TDecompressorError: public yexception {
};