Exception: ThreeScale::Backend::NotValidData
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NotValidData
constructor
A new instance of NotValidData.
Methods inherited from Invalid
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ NotValidData
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 |