Exception: SystemRDL::Error
- Inherits:
-
StandardError
- Object
- StandardError
- SystemRDL::Error
- Defined in:
- lib/systemrdl/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#error_message ⇒ Object
readonly
Returns the value of attribute error_message.
Instance Method Summary collapse
-
#initialize(message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message) ⇒ Error
Returns a new instance of Error.
5 6 7 8 |
# File 'lib/systemrdl/error.rb', line 5 def initialize() super @error_message = end |
Instance Attribute Details
#error_message ⇒ Object (readonly)
Returns the value of attribute error_message.
10 11 12 |
# File 'lib/systemrdl/error.rb', line 10 def @error_message end |