Exception: Top4R::SuiteNotOrderedError

Inherits:
RESTError
  • Object
show all
Defined in:
lib/top4r/core.rb

Overview

RESTError

Instance Method Summary collapse

Methods included from ClassUtilMixin

included

Instance Method Details

#to_sObject



53
54
55
# File 'lib/top4r/core.rb', line 53

def to_s
  "错误代号#{@code},您没有订购该服务!"
end