Exception: Qubell::FormatError

Inherits:
ExecutionError show all
Defined in:
lib/qubell/errors.rb

Overview

Invalid input exception for Qubell module

Instance Attribute Summary

Attributes inherited from BaseError

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'incorrect format or data') ⇒ FormatError

Returns a new instance of FormatError.



51
52
53
# File 'lib/qubell/errors.rb', line 51

def initialize(msg = 'incorrect format or data')
  super
end