Exception: Adeia::LoginRequired

Inherits:
Error
  • Object
show all
Defined in:
lib/adeia/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



7
8
9
# File 'lib/adeia/exceptions.rb', line 7

def to_s
  I18n.t("exceptions.messages.login_required")
end