[User Error] Uncaught Exception: Object->__call(): the method 'background' does not exist on 'LavoraConNoi', or the method is not public.

GET /info/lavora-con-noi/consulente-energetico/

Line 780 in /var/www/html/energyintelligence/public_html/framework/core/Object.php

Source

771 
772 				default :
773 					throw new Exception (
774 						"Object->__call(): extra method $method is invalid on $class:"
775 							. var_export($config, true)
776 					);
777 			}
778 		} else {
779 			// Please do not change the exception code number below.
780 			throw new Exception("Object->__call(): the method '$method' does not exist on '$class', or the method is not public.", 2175);
781 		}
782 	}
783 
784 	// --------------------------------------------------------------------------------------------------------------
785 
786 	/**

Trace