class Qubell::FormatError
Invalid input exception for Qubell
module
Public Class Methods
new(msg = 'incorrect format or data')
click to toggle source
Calls superclass method
Qubell::ExecutionError::new
# File lib/qubell/errors.rb, line 51 def initialize(msg = 'incorrect format or data') super end