BadMethodCallException.php 142 Bytes
<?php

namespace Laminas\Cache\Exception;

class BadMethodCallException extends \BadMethodCallException implements
    ExceptionInterface
{
}