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