class PerfectWorld::ClipboardNotAvailable

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

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/perfect_world/error.rb, line 22
def initialize
  super("The clipboard is not available on this system.")
end