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



100
101
102
# File 'lib/sasl/base.rb', line 100

def to_s
  "Abstract method is not implemented"
end