Exception: U2fhost::ERROR
- Inherits:
-
StandardError
- Object
- StandardError
- U2fhost::ERROR
- Defined in:
- lib/u2fhost.rb
Instance Method Summary collapse
-
#initialize(msg = "ENF Api Error") ⇒ ERROR
constructor
A new instance of ERROR.
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 |