Exception: Inttegro::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Inttegro::Error
- Extended by:
- T::Sig
- Defined in:
- lib/inttegro/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#report ⇒ Object
Returns the value of attribute report.
Instance Method Summary collapse
-
#initialize(message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message) ⇒ Error
Returns a new instance of Error.
17 18 19 20 |
# File 'lib/inttegro/errors.rb', line 17 def initialize() super() @report = T.let(nil, T.nilable(ErrorReport)) end |
Instance Attribute Details
#report ⇒ Object
Returns the value of attribute report.
14 15 16 |
# File 'lib/inttegro/errors.rb', line 14 def report @report end |