UnsupportedMethodCallException.php 150 Bytes
<?php

namespace Laminas\Cache\Exception;

class UnsupportedMethodCallException extends \BadMethodCallException implements
    ExceptionInterface
{
}