mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Port dispatcher changes from 1.0 to v0.11
This commit is contained in:
committed by
Dan Christian Bogos
parent
72ee7ef7ee
commit
895c140209
@@ -202,3 +202,8 @@ func (cS *CoreService) StopMemoryProfiling() (err error) {
|
||||
cS.StopChanMemProf()
|
||||
return
|
||||
}
|
||||
|
||||
// Panic is used print the Message sent as a panic
|
||||
func (cS *CoreService) Panic(args *utils.PanicMessageArgs, _ *string) error {
|
||||
panic(args.Message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user