Exception: U2fhost::ERROR

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "ENF Api Error") ⇒ ERROR

Returns a new instance of ERROR.



21
22
23
# File 'lib/u2fhost.rb', line 21

def initialize(msg = "ENF Api Error")
  super
end