1: <?php 2: 3: namespace OpenCloud\Common\Exceptions; 4: 5: class BaseException extends \Exception 6: { 7: }