class SchemaMismatch
Public Class Methods
new(msg = "Some mismatch between data and schema has occurred")
click to toggle source
Calls superclass method
BareException::new
# File lib/exceptions.rb, line 56 def initialize(msg = "Some mismatch between data and schema has occurred") super end