Exception: Enactor::CouldNotCreateError
- Inherits:
-
TavernaServiceError
- Object
- StandardError
- TavernaServiceError
- Enactor::CouldNotCreateError
- Defined in:
- lib/enactor/client.rb
Overview
Could not create resource.
Instance Method Summary collapse
-
#initialize(url) ⇒ CouldNotCreateError
constructor
A new instance of CouldNotCreateError.
Constructor Details
#initialize(url) ⇒ CouldNotCreateError
Returns a new instance of CouldNotCreateError.
27 28 29 |
# File 'lib/enactor/client.rb', line 27 def initialize(url) super("Expected 201 Created when uploading #url") end |