class Lurch::Errors::NotLoaded

Attributes

type[R]

Public Class Methods

new(type) click to toggle source
# File lib/lurch/errors/not_loaded.rb, line 4
def initialize(type)
  @type = type
end