lib/ting_yun/support/exception.rb in tingyun_rpm-1.4.2 vs lib/ting_yun/support/exception.rb in tingyun_rpm-1.5.0

- old
+ new

@@ -38,10 +38,12 @@ def initialize(msg=nil) super("Ruby agent internal error. Please contact support referencing this error.\n #{msg}") end end + #跨应用错误 class InternalServerError < StandardError + end end end end \ No newline at end of file