Hey, Scripting Guy! How Can I Handle Errors in a Windows PowerShell Script?

Hey Scripting Guy! When I used to write VBScripts, I liked the fact that I could use On Error Resume Next to handle any errors in my scripts. I have tried to find something like this in Windows PowerShell, but I have been unable to do so. Does Windows PowerShell have On Error Resume Next? -- OG Hello OG, When I am scuba diving, one of ...