Exception: LoadingScreen::InvalidOptionError
- Inherits:
-
StandardError
- Object
- StandardError
- LoadingScreen::InvalidOptionError
- Defined in:
- lib/loading_screen/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Some options were mistaken") ⇒ InvalidOptionError
constructor
A new instance of InvalidOptionError.
Constructor Details
#initialize(msg = "Some options were mistaken") ⇒ InvalidOptionError
Returns a new instance of InvalidOptionError.
3 4 5 |
# File 'lib/loading_screen/exceptions.rb', line 3 def initialize(msg = "Some options were mistaken") super(msg) end |