class CF::NotAuthorized

Public Class Methods

new() click to toggle source
# File lib/cf/errors.rb, line 15
def initialize
  @message = "Not authorized."
end