Method: Dry::Struct::RecycledStructError#initialize
- Defined in:
- lib/dry/struct/errors.rb
#initialize ⇒ RecycledStructError
Returns a new instance of RecycledStructError.
27 28 29 |
# File 'lib/dry/struct/errors.rb', line 27 def initialize super("Reference to struct class was garbage collected") end |