kb / app /Core /ObjectStorage /ObjectStorageException.php
Xv Zan
ULFS
e4f4821
<?php
namespace Kanboard\Core\ObjectStorage;
use Exception;
class ObjectStorageException extends Exception
{
}