Exception: ProtoRecord::MissingProtoMessage
- Inherits:
-
StandardError
- Object
- StandardError
- ProtoRecord::MissingProtoMessage
- Defined in:
- lib/proto_record/errors.rb
Instance Method Summary collapse
-
#initialize(class_name) ⇒ MissingProtoMessage
constructor
A new instance of MissingProtoMessage.
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 |