Class: Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::AuthenticationFailed
- Inherits:
-
Generic
- Object
- Error
- Generic
- Nanoc::Deploying::Deployers::NeocitiesDeployer::Errors::AuthenticationFailed
- Defined in:
- lib/nanoc-neocities.rb
Instance Method Summary collapse
-
#initialize ⇒ AuthenticationFailed
constructor
A new instance of AuthenticationFailed.
Constructor Details
#initialize ⇒ AuthenticationFailed
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 |