<?php
/**
* Exception to be thrown when a requested service does not exist.
*
* @copyright 2013 Perforce Software. All rights reserved.
* @license Please see LICENSE.txt in top-level folder of this distribution.
* @version <release>/<patch>
*/
namespace P4\Connection\Exception;
class ServiceNotFoundException extends \P4\Exception
{
}