Exception: Xdotool::BaseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/xdotool/base_error.rb

Overview

default error

Instance Method Summary collapse

Instance Method Details

#messageObject

:nodoc: all



6
7
8
# File 'lib/xdotool/base_error.rb', line 6

def message
  'failed to initialize xdotool module'
end