Edit File: CannotDeleteBucket.inc
<?php /** * Author: Shlomi * Date: Sep 3, 2017 6:22:35 PM * Founder: Shlomi Bazak (SBZsoft) (c) * File: CannotDeleteBucket.inc * * Description: * */ namespace B2\Exceptions; // No direct access. defined("__NSS__") or die("Restrected Access."); class CannotDeleteBucket extends B2Exception { }