9 lines
164 B
PHP
9 lines
164 B
PHP
<?php
|
|
|
|
namespace Props;
|
|
|
|
use Psr\Container\ContainerExceptionInterface;
|
|
|
|
class BadMethodCallException extends \Exception implements ContainerExceptionInterface
|
|
{
|
|
}
|