Brotzka\DotenvEditor\Exceptions\DotEnvException::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return __CLASS__ . ":[{$this->code}]: {$this->message}\n";
    }