class LoadingScreen::InvalidOptionError

Public Class Methods

new(msg = "Some options were mistaken") click to toggle source
Calls superclass method
# File lib/loading_screen/exceptions.rb, line 3
def initialize(msg = "Some options were mistaken")
  super(msg)
end