<?php namespace Xentral\Modules\GoogleApi\Exception; use RuntimeException; class GoogleAccountDeleteException extends RuntimeException implements GoogleApiExceptionInterface { }