class Forrst::Exceptions::InvalidUserId

Public Instance Methods

to_s() click to toggle source
# File lib/forrst.rb, line 14
def to_s
  'Invalid User ID, must be an Integer'
end