table = $table; parent::__construct($message); } /** * @return string */ public function getTable() { return $this->table; } }