Class: Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::AuthenticationFailed

Inherits:
Generic
  • Object
show all
Defined in:
lib/nanoc-neocities.rb

Instance Method Summary collapse

Constructor Details

#initializeAuthenticationFailed

Returns a new instance of AuthenticationFailed.



34
35
36
# File 'lib/nanoc-neocities.rb', line 34

def initialize()
  super('Your Neocities API key or sitename failed to authenticate your request.')
end