Exception: SASL::AbstractMethod

Inherits:
Exception
  • Object
show all
Defined in:
lib/sasl/base.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_sObject



82
83
84
# File 'lib/sasl/base.rb', line 82

def to_s
  "Abstract method is not implemented"
end