Exception: CardanoUp::NoScreenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cardano-up/err.rb

Overview

Thrown when there is no screen on the system

Instance Method Summary collapse

Constructor Details

#initializeNoScreenError

Returns a new instance of NoScreenError.



77
78
79
# File 'lib/cardano-up/err.rb', line 77

def initialize
  super('There is no screen tool on the system!')
end