Exception: PerfectWorld::ClipboardNotAvailable

Inherits:
Error
  • Object
show all
Defined in:
lib/perfect_world/error.rb

Overview

Should be raised, when no clipboard tool could be found.

Instance Method Summary collapse

Constructor Details

#initializeClipboardNotAvailable

Returns a new instance of ClipboardNotAvailable.



22
23
24
# File 'lib/perfect_world/error.rb', line 22

def initialize
  super("The clipboard is not available on this system.")
end