Exception: RCS::EmptyEvidenceError
- Inherits:
-
StandardError
- Object
- StandardError
- RCS::EmptyEvidenceError
- Defined in:
- lib/rcs-common/evidence/common.rb
Instance Attribute Summary collapse
-
#msg ⇒ Object
readonly
Returns the value of attribute msg.
Instance Method Summary collapse
-
#initialize(msg) ⇒ EmptyEvidenceError
constructor
A new instance of EmptyEvidenceError.
- #to_s ⇒ Object
Constructor Details
#initialize(msg) ⇒ EmptyEvidenceError
Returns a new instance of EmptyEvidenceError.
63 64 65 |
# File 'lib/rcs-common/evidence/common.rb', line 63 def initialize(msg) @msg = msg end |
Instance Attribute Details
#msg ⇒ Object (readonly)
Returns the value of attribute msg.
61 62 63 |
# File 'lib/rcs-common/evidence/common.rb', line 61 def msg @msg end |
Instance Method Details
#to_s ⇒ Object
67 68 69 |
# File 'lib/rcs-common/evidence/common.rb', line 67 def to_s @msg end |