Conditions | 1 |
Total Lines | 5 |
Lines | 5 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | module Rapis |
||
57 | View Code Duplication | ||
58 | def error(msg, backtrace, progname = nil, method_name = nil) |
||
59 | super(progname) do |
||
60 | { method_name: method_name, message: msg, backtrace: backtrace } |
||
61 | end |
||
62 | end |
||
65 |