summaryrefslogtreecommitdiff
path: root/reach_reports/reach_service.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-06-06 16:54:56 +0000
committerChristoph Helma <helma@in-silico.ch>2011-06-06 16:54:56 +0000
commit7bbc70d38d81a5a57d90c525d90ccf7bf8f59426 (patch)
tree34c43ef139456436b32ec42128c9162be8205d59 /reach_reports/reach_service.rb
parentb542cfbd54901ad86d60fed03c8a05f9151f7616 (diff)
halts (partially) substituted by OpenTox errors
Diffstat (limited to 'reach_reports/reach_service.rb')
-rwxr-xr-xreach_reports/reach_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/reach_reports/reach_service.rb b/reach_reports/reach_service.rb
index 916a7a4..c93385c 100755
--- a/reach_reports/reach_service.rb
+++ b/reach_reports/reach_service.rb
@@ -289,7 +289,7 @@ module ReachReports
#
# report_content = get_report(type, id).get_content
# keys.each do |k|
-# $sinatra.halt 400, type+" unknown report property '#{key}'" unless report_content.is_a?(Hash) and report_content.has_key?(k)
+# $sinatra.raise OpenTox::BadRequestError.new type+" unknown report property '#{key}'" unless report_content.is_a?(Hash) and report_content.has_key?(k)
# report_content = report_content[k]
# end
# report_content