Overrides Exception::__construct
public function __construct(string $method) { parent::__construct(sprintf('Trying to configure method "%s" which cannot be configured because it does not exist, has not been specified, is final, or is static', $method)); }