* */ namespace OCA\Files_Sharing\Exceptions; /** * S2S sharing not allowed */ class S2SException extends \Exception { }