class ActiveDiigo::Errors::ForbiddenError

Public Class Methods

new() click to toggle source
# File lib/active_diigo/errors.rb, line 34
def initialize; super(403); end