PHP Classes

File: src/Chronicle/Exception/FilesystemException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Chronicle   src/Chronicle/Exception/FilesystemException.php   Download  
File: src/Chronicle/Exception/FilesystemException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Chronicle
Append arbitrary data to a storage container
Author: By
Last change: Concurrent Chronicles

Add support for multiple instances via the ?instance=name parameter.

To implement, add something like this to your local/settings.json in the
instances key:

"public_prefix" => "table_name_prefix"

Then run bin/make-tables.php as normal.

Every instance is totally independent of each other. They have their own

* Clients
* Chain data
* Cross-Signing Targets and Policies
* Replications

If merged, I will document these features and roll it into v1.1.0
Date: 1 year ago
Size: 205 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
namespace
ParagonIE\Chronicle\Exception;

/**
 * Class FilesystemException
 * @package ParagonIE\Chronicle\Exception
 */
class FilesystemException extends BaseException
{

}