Exakat\Exceptions\WrongNumberOfColsForAHash::__construct PHP Method

__construct() public method

public __construct ( $message = '', $code, Exception $previous = null )
$previous Exception
    public function __construct($message = '', $code = 0, \Exception $previous = null)
    {
        parent::__construct("When storing a hash in datastore, table '{$message}' must have 2 columns (plus id).\n", $code, $previous);
    }
WrongNumberOfColsForAHash