<?php

namespace Telnyx\Exception;

class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
{
}