<?php
declare(strict_types=1);
namespace OCA\Memories\Service;
class ProcessClosedException extends \Exception {}