class Priora::InvalidConversionLambda

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/priora/errors.rb, line 15
def initialize
  super('conversion lambdas may take only 0 or 1 arguments!')
end