error.h 102 B

123456
  1. #pragma once
  2. #include <util/generic/yexception.h>
  3. struct TDecompressorError: public yexception {
  4. };