Tests/CI/Integration/PoShMon.Monitoring.Core/Dummy-TestWithException.ps1

Function Dummy-TestWithException
{
    [CmdletBinding()]
    Param(
        [hashtable]$PoShMonConfiguration
    )

    throw "something"
}