Exception: Thredded::Errors::PrivateTopicNotFound

Inherits:
Thredded::Error
  • Object
show all
Defined in:
lib/thredded/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



26
27
28
# File 'lib/thredded/errors.rb', line 26

def message
  I18n.t('thredded.errors.private_topic_not_found')
end