Pop\Db\Adapter\Mysqli::showError PHP Метод

showError() публичный Метод

Throw an exception upon a database error.
public showError ( ) : void
Результат void
    public function showError()
    {
        throw new Exception('Error: ' . $this->connection->errno . ' => ' . $this->connection->error . '.');
    }