class Micro::Case::Error::InvalidResultType

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/micro/case/error.rb, line 19
def initialize; super('type must be a Symbol'.freeze); end