class Dry::Struct::RecycledStructError

When struct class stored in ast was garbage collected because no alive objects exists This shouldn't happen in a working application

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/dry/struct/errors.rb, line 27
def initialize
  super("Reference to struct class was garbage collected")
end