# File lib/apipie/errors.rb, line 27
    def initialize(param, value, error)
      super param
      @value = value
      @error = error
    end