class AuthStrategist::Errors::Unauthorized

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/auth_strategist/errors/unauthorized.rb, line 6
def initialize
  super('You are not authorized to perform this action.')
end