class Forrst::Exceptions::InvalidUsername

Public Instance Methods

to_s() click to toggle source
# File lib/forrst.rb, line 26
def to_s
  'Invalid username, must be a String'
end