Exception: Top4R::ShopNotExistError

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

Overview

LoginRequiredError

Constant Summary collapse

@@ATTRIBUTES =
[:model, :method]

Instance Method Summary collapse

Methods included from ClassUtilMixin

included

Instance Method Details

#to_sObject



73
74
75
# File 'lib/top4r/core.rb', line 73

def to_s
  "#{@method} method at model #{@model} 错误,错误代号#{@code},用户没有开通店铺!"
end