pf-errorhandling.psd1

@{
RootModule = 'pf-errorhandling.psm1'
ModuleVersion = '1.0.0.165'
GUID = '5ef8786b-8dfa-482c-8fb8-c05ae64dbcb3'
Author = 'John.Leyva'
CompanyName = 'Unknown'
Copyright = '(c) John.Leyva. All rights reserved.'
Description = 'pf-errorhandling'
FunctionsToExport = 'Disable-BreakPoint_StackTrace', 'Enable-BreakPoint_StackTrace', 
               'Export-Error', 'Get-ErrorStackMessage', 
               'Get-Metadata_pf_errorhandling', 'Get-MsiError', 'Stop-OnException', 
               'Test-Dev_Mode'
CmdletsToExport = @()
VariablesToExport = '*'
AliasesToExport = @()
PrivateData = @{

    PSData = @{

    }

}

}