<?php

namespace Telnyx\Exception;

class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}