Overview

Namespaces

  • Webmozart
    • KeyValueStore
      • Api
      • Decorator
      • Util

Interfaces

  • CountableStore
  • KeyValueStore
  • SortableStore

Exceptions

  • InvalidKeyException
  • NoSuchKeyException
  • ReadException
  • SerializationFailedException
  • UnserializationFailedException
  • UnsupportedValueException
  • WriteException
  • Overview
  • Namespace
  • Class

Class WriteException

Thrown when a key-value store cannot be written.

Exception
Extended by RuntimeException
Extended by Webmozart\KeyValueStore\Api\WriteException
Namespace: Webmozart\KeyValueStore\Api
Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Located at Api/WriteException.php
Methods summary
public static Webmozart\KeyValueStore\Api\WriteException
# forException( Exception $exception )

Creates a new exception..

Creates a new exception..

Parameters

$exception
The exception that caused this exception.

Returns

Webmozart\KeyValueStore\Api\WriteException
The new exception.
Methods inherited from Exception
__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Webmozart Key-Value Store API API documentation generated by ApiGen