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