Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PoShMon
0.14.0
Tests/CI/Integration/PoShMon.Monitoring.Core/Dummy-TestWithException.ps1
Function
Dummy-TestWithException
{
[
CmdletBinding
(
)
]
Param
(
[hashtable]
$PoShMonConfiguration
)
throw
"something"
}