Exception: ThreeScale::Backend::NotValidData

Inherits:
Invalid
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

Methods inherited from Invalid

#http_code

Methods inherited from Error

#code, code, #http_code, #to_xml, underscore

Constructor Details

#initializeNotValidData

Returns a new instance of NotValidData.



134
135
136
# File 'lib/3scale/backend/errors.rb', line 134

def initialize
  super 'all data must be valid UTF8'.freeze
end