Exception: MlDsa::Error
- Inherits:
-
StandardError
- Object
- StandardError
- MlDsa::Error
- Defined in:
- ext/ml_dsa/ml_dsa_ext.c
Direct Known Subclasses
Defined Under Namespace
Classes: Deserialization, KeyGeneration, Signing
Instance Method Summary collapse
-
#reason ⇒ Object
reason accessor on base Error — all subclasses inherit it.
Instance Method Details
#reason ⇒ Object
reason accessor on base Error — all subclasses inherit it
176 |
# File 'ext/ml_dsa/ml_dsa_ext.c', line 176 static VALUE error_reason(VALUE self) { return rb_ivar_get(self, id_at_reason); } |