#pragma once

class TestDocException
{
public:
    /**
     * @return the error message associated with this exception
     */
    string getMessage() const;
};