mirror of
https://github.com/vidarh/ruby-x11
synced 2024-12-26 09:59:02 +01:00
these should all inherit from X11Error
This commit is contained in:
parent
5663788eb8
commit
bbc950ae39
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
module X11
|
||||
|
||||
class DisplayError < X11Error; end
|
||||
class ConnectionError < DisplayError; end
|
||||
class AuthorizationError < ConnectionError; end
|
||||
class ConnectionError < X11Error; end
|
||||
class AuthorizationError < X11Error; end
|
||||
|
||||
class Display
|
||||
|
||||
|
|
Loading…
Reference in a new issue