Exception: LoadingScreen::InvalidOptionError

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

Instance Method Summary collapse

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