class Blumquist::Errors::UnsupportedType
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/blumquist/errors/unsupported_type.rb, line 4 def initialize(type) super("Unsupported type '#{type.to_s}' (#{Blumquist::PRIMITIVE_TYPES.to_json}) are supported)") end