class RRRMatey::UnsupportedTypeError
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/rrrmatey/errors.rb, line 7 def initialize(type) super("Unsupported type: #{type}") end