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



78
79
80
# File 'lib/sasl/base.rb', line 78

def to_s
  "Abstract method is not implemented"
end