View file File name : BadMethodCallException.php Content :<?php namespace Props; use Psr\Container\ContainerExceptionInterface; class BadMethodCallException extends \Exception implements ContainerExceptionInterface { }