| Current Path : /home/rtorresani/www/vendor/laminas/laminas-server/src/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-server/src/Exception/BadMethodCallException.php |
<?php
/**
* @see https://github.com/laminas/laminas-server for the canonical source repository
*/
namespace Laminas\Server\Exception;
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}