Exception: ThinkificRuby::InputError
- Inherits:
-
StandardError
- Object
- StandardError
- ThinkificRuby::InputError
- Defined in:
- lib/thinkific_ruby/input_error.rb
Instance Method Summary collapse
-
#initialize(msg = "Invalid input.") ⇒ InputError
constructor
A new instance of InputError.
Constructor Details
#initialize(msg = "Invalid input.") ⇒ InputError
Returns a new instance of InputError.
4 5 6 |
# File 'lib/thinkific_ruby/input_error.rb', line 4 def initialize(msg="Invalid input.") super end |