public function __construct(string $file, int $line) { parent::__construct(sprintf('File "%s" does not have line %d', $file, $line)); }