Exception: Whisper::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Whisper::Error
- Defined in:
- sig/whisper.rbs
Instance Attribute Summary collapse
-
#code ⇒ Integer
readonly
Returns the value of attribute code.
Class Method Summary collapse
Instance Attribute Details
#code ⇒ Integer (readonly)
Returns the value of attribute code.
1026 1027 1028 |
# File 'sig/whisper.rbs', line 1026 def code @code end |
Class Method Details
.new ⇒ instance
1028 |
# File 'sig/whisper.rbs', line 1028
def self.new: (Integer code) -> instance
|