| 111 | const std::vector<unsigned char>& b); |
| 112 | |
| 113 | class TimezoneError : public std::runtime_error { |
| 114 | public: |
| 115 | explicit TimezoneError(const std::string& what); |
| 116 | explicit TimezoneError(const TimezoneError&); |
| 117 | ~TimezoneError() noexcept override; |
| 118 | }; |
| 119 | |
| 120 | /** |
| 121 | * Represents the parsed POSIX timezone rule strings that are used to |
no outgoing calls