public static forType ( string $type, Webmozart\KeyValueStore\Api\KeyValueStore $store, integer $code, Exception $cause = null ) : static | ||
$type | string | The name of the unsupported type. |
$store | Webmozart\KeyValueStore\Api\KeyValueStore | The store that does not support the type. |
$code | integer | The exception code. |
$cause | Exception | The exception that caused this exception. |
return | static | The new exception. |