Exception: Dock::Base::NotSupportedError
- Inherits:
-
NotImplementedError
- Object
- NotImplementedError
- Dock::Base::NotSupportedError
- Defined in:
- lib/dock/base.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
75 76 77 |
# File 'lib/dock/base.rb', line 75 def to_s "method not supported by this Dock adapter" end |