Exception: SASL::AbstractMethod
- Inherits:
-
Exception
- Object
- Exception
- SASL::AbstractMethod
- Defined in:
- lib/sasl/base.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
78 79 80 |
# File 'lib/sasl/base.rb', line 78 def to_s "Abstract method is not implemented" end |