ServiceInvalidException.php 187 Bytes
<?php

namespace PgServiceSdk\Kernel\Exceptions;

/**
 * Class ServiceInvalidException
 * @package PgServiceSdk\Kernel\Exceptions
 */
class ServiceInvalidException extends \Exception
{

}