class Forrst::Exceptions::InvalidPostId

Public Instance Methods

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