Beans_Lessc::throwError PHP Метод

throwError() защищенный Метод

Uses the current value of $this->count to show line and line number
protected throwError ( $msg = null )
    protected function throwError($msg = null)
    {
        if ($this->sourceLoc >= 0) {
            $this->sourceParser->throwError($msg, $this->sourceLoc);
        }
        throw new exception($msg);
    }