<?php

namespace Cloudflare\APO\API\Exception;

abstract class CloudFlareException extends \Exception
{
}
