Pantheon\Terminus\Exceptions\TerminusException::getRawMessage PHP Method

getRawMessage() public method

Returns the replacements context array
public getRawMessage ( ) : string
return string $this->replacements
    public function getRawMessage()
    {
        return $this->raw_message;
    }