Exception: WOWSQL::StorageLimitExceededError

Inherits:
StorageError show all
Defined in:
lib/wowsql/exceptions.rb

Instance Attribute Summary

Attributes inherited from WOWSQLError

#response, #status_code

Instance Method Summary collapse

Constructor Details

#initialize(message, status_code = 413, response = nil) ⇒ StorageLimitExceededError

Returns a new instance of StorageLimitExceededError.



17
18
19
# File 'lib/wowsql/exceptions.rb', line 17

def initialize(message, status_code = 413, response = nil)
  super(message, status_code, response)
end