/var/www/unicam/lib/php/produtos.class.php : 12

^ PDOException {#16
  #message: "SQLSTATE[08004] [1040] Too many connections"
  #code: 1040
  #file: "/var/www/unicam/base/base.class.php"
  #line: 26
  +errorInfo: array:3 [
    0 => "08004"
    1 => 1040
    2 => "Too many connections"
  ]
  trace: {
    /var/www/unicam/base/base.class.php:26 {
      Conexao->__construct() …
      › $opcoes = array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES UTF8');     $this->conexao = new PDO("mysql:host=" .$this->host . ";port=25060;dbname=" .$this->database . ";", $this->user, $this->pass, $opcoes);      }
    /var/www/unicam/lib/php/produtos.class.php:12 {
      Produtos->__construct() …
      › 
      › parent::__construct();}
    /var/www/unicam/acoes/app/catalogo/detalhe.php:16 {
      require …
      › //objs$catalogo = new Produtos();$cat_filtro = new Crud("catalogo_categorias");
    }
    /var/www/unicam/app/detalhe.php:3 {
      require …
      › if (!defined('PATH_ATUAL')) die("Não permitido");require(ACOES_APP_MODULOS . '/catalogo/detalhe.php'); ?><!DOCTYPE html>
      arguments: {
        "/var/www/unicam/acoes/app/catalogo/detalhe.php"
      }
    }
    /var/www/unicam/index.php:85 {
      › 
      › require ('app/detalhe.php');arguments: {
        "/var/www/unicam/app/detalhe.php"
      }
    }
  }
}