Exception: Enactor::CouldNotCreateError

Inherits:
TavernaServiceError show all
Defined in:
lib/enactor/client.rb

Overview

Could not create resource.

Instance Method Summary collapse

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