Exception: Adeia::AccessDenied

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



15
16
17
# File 'lib/adeia/exceptions.rb', line 15

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