<?php namespace Braintree\Exception; use Braintree\Exception; /** * Raised when an unexpected server error occurs. * * @package Braintree * @subpackage Exception */ class ServerError extends Exception { }