public function __construct(string $className, string $file) { parent::__construct(sprintf('Class %s cannot be found in %s', $className, $file)); }