Exception: Gisture::OwnerBlacklisted

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gisture/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(owner) ⇒ OwnerBlacklisted

Returns a new instance of OwnerBlacklisted.



3
4
5
# File 'lib/gisture/errors.rb', line 3

def initialize(owner)
  super("Gists from '#{owner}' have not been whitelisted for execution. Add them to the 'owners' configuration option.")
end