Error Handling in Panda3d

So I have just gotten started with the basic development of a project and I am trying to figure out if panda3d has an error handling system so if a file doesn’t exist such as a .prc configuration file, the application will create one and fill it with basic information

Hi! This error shouldn’t happen (“Panda by default installs a handful of system prc files into the install/etc directory”). Anyway, defining the behavior you described should be pretty straightforward (you could easily check for the file’s existence and write a prc file).