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