Exception: Aliyun::Odps::ResourceMissingContentError
- Defined in:
- lib/aliyun/odps/error.rb
Instance Method Summary collapse
-
#initialize ⇒ ResourceMissingContentError
constructor
A new instance of ResourceMissingContentError.
Constructor Details
#initialize ⇒ ResourceMissingContentError
Returns a new instance of ResourceMissingContentError.
86 87 88 |
# File 'lib/aliyun/odps/error.rb', line 86 def initialize super('A Resource must exist file or table') end |