class Forrst::Exceptions::UserNotFound

Public Instance Methods

to_s() click to toggle source
# File lib/forrst.rb, line 32
def to_s
  'User not found on Forrst'
end