Echo Writes Code

errors.hpp

1
2
3
4
5
6
7
#ifndef CRUCIBLE_GROK_ERRORS_HPP
#define CRUCIBLE_GROK_ERRORS_HPP

namespace crucible::grok::errors {
}

#endif // CRUCIBLE_GROK_ERRORS_HPP