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

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

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