Exception: ProtoRecord::MissingProtoMessage

Inherits:
StandardError
  • Object
show all
Defined in:
lib/proto_record/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(class_name) ⇒ MissingProtoMessage

Returns a new instance of MissingProtoMessage.



5
6
7
# File 'lib/proto_record/errors.rb', line 5

def initialize(class_name)
  super("'proto_message' hasn't been defined for #{class_name}.")
end