class UsernameException
Public Class Methods
new(msg = "Please register username and try again.")
click to toggle source
Calls superclass method
# File lib/lights/exception.rb, line 8 def initialize(msg = "Please register username and try again.") super end