module ctpg.error;

struct Error
{
    string msg;
    size_t position; 
}