Chapter4/4.8_ErrorHandle/NonTerminatingError.ps1

try {
    Get-Process hoasdfgasdfadf
}
catch {
    Write-Host "エラーが発生しました!"
}