From 92001560aab5461e6b713f5a995c3f06d01b00dc Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 7 Jul 2005 21:39:11 +0000 Subject: [PATCH] another error message that we'll hopefully never see git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@384 9efc2488-bf62-4759-914b-345cdb29e865 --- src/perlmods/OpenSRF/Application.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/perlmods/OpenSRF/Application.pm b/src/perlmods/OpenSRF/Application.pm index e08b4cb..d9388a1 100644 --- a/src/perlmods/OpenSRF/Application.pm +++ b/src/perlmods/OpenSRF/Application.pm @@ -210,7 +210,9 @@ sub handler { return 1; } - my $res = OpenSRF::DomainObject::oilsMethodException->new; + + my $res = OpenSRF::DomainObject::oilsMethodException->new( + status => "Received non-REQUEST message in Application handler"); $session->send('ERROR', $res); $session->kill_me; return 1; -- 2.11.0